mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Add script to run specs in CI, fixes #61.
This commit is contained in:
@@ -17,7 +17,7 @@ def main():
|
||||
else:
|
||||
atom_shell = os.path.join(SOURCE_ROOT, 'out', 'Debug', 'atom.exe')
|
||||
|
||||
subprocess.check_call([atom_shell, 'spec'])
|
||||
subprocess.check_call([atom_shell, 'spec'] + sys.argv[1:])
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
||||
Reference in New Issue
Block a user