Skip to content

Commit cc46555

Browse files
committed
Merge 59567d7 into merged_master (Bitcoin PR #29576)
2 parents 00550f3 + 59567d7 commit cc46555

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/functional/test_runner.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ def main():
522522
if not enable_bitcoind:
523523
print("No functional tests to run.")
524524
print("Rerun ./configure with --with-daemon and then make")
525-
sys.exit(0)
525+
sys.exit(1)
526526

527527
# Build list of tests
528528
test_list = []
@@ -571,7 +571,7 @@ def main():
571571
if not test_list:
572572
print("No valid test scripts specified. Check that your test is in one "
573573
"of the test lists in test_runner.py, or run test_runner.py with no arguments to run all tests")
574-
sys.exit(0)
574+
sys.exit(1)
575575

576576
if args.help:
577577
# Print help for test_runner.py, then print help of the first script (with args removed) and exit.

0 commit comments

Comments
 (0)