mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1045617 followup - remove dummy mach command DONTBUILD; r=me
This commit is contained in:
parent
1c65e5cf5b
commit
0adba0b0cc
@ -111,10 +111,6 @@ class SyncTestCommands(MachCommandBase):
|
||||
print 'Removing profile directory %s' % profile_dir
|
||||
rmtree(profile_dir)
|
||||
|
||||
@Command('doesthiswork', category='testing', description='Example command')
|
||||
def doesthiswork(self):
|
||||
print 'hi!'
|
||||
|
||||
@Command('storage-server', category='services',
|
||||
description='Run a storage server.')
|
||||
@SyncStorageCommand
|
||||
|
Loading…
Reference in New Issue
Block a user