We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fa9f17 commit 33268a8Copy full SHA for 33268a8
test/functional/test_runner.py
@@ -473,7 +473,7 @@ def main():
473
if not enable_bitcoind:
474
print("No functional tests to run.")
475
print("Rerun ./configure with --with-daemon and then make")
476
- sys.exit(0)
+ sys.exit(1)
477
478
# Build list of tests
479
test_list = []
@@ -522,7 +522,7 @@ def main():
522
if not test_list:
523
print("No valid test scripts specified. Check that your test is in one "
524
"of the test lists in test_runner.py, or run test_runner.py with no arguments to run all tests")
525
526
527
if args.help:
528
# Print help for test_runner.py, then print help of the first script (with args removed) and exit.
0 commit comments