We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 00550f3 + 59567d7 commit cc46555Copy full SHA for cc46555
test/functional/test_runner.py
@@ -522,7 +522,7 @@ def main():
522
if not enable_bitcoind:
523
print("No functional tests to run.")
524
print("Rerun ./configure with --with-daemon and then make")
525
- sys.exit(0)
+ sys.exit(1)
526
527
# Build list of tests
528
test_list = []
@@ -571,7 +571,7 @@ def main():
571
if not test_list:
572
print("No valid test scripts specified. Check that your test is in one "
573
"of the test lists in test_runner.py, or run test_runner.py with no arguments to run all tests")
574
575
576
if args.help:
577
# Print help for test_runner.py, then print help of the first script (with args removed) and exit.
0 commit comments