mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-27 04:20:22 +08:00
Merge pull request #469 from takluyver/exit-code
Add exit code when running all tests with iptest.
This commit is contained in:
commit
d1ab1fc203
@ -425,6 +425,8 @@ def run_iptestall():
|
||||
print 'You may wish to rerun this one individually, with:'
|
||||
print ' '.join(failed_runner.call_args)
|
||||
print
|
||||
# Ensure that our exit code indicates failure
|
||||
sys.exit(1)
|
||||
|
||||
|
||||
def main():
|
||||
|
Loading…
Reference in New Issue
Block a user