Skip to content

Commit 5d7ccf1

Browse files
committed
Change file to reflect Bitgesell
1 parent d925643 commit 5d7ccf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/functional/test_runner.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ def main():
442442
parser.add_argument('--failfast', action='store_true', help='stop execution after the first test failure')
443443
parser.add_argument('--filter', help='filter scripts to run by regular expression')
444444
parser.add_argument("--nocleanup", dest="nocleanup", default=False, action="store_true",
445-
help="Leave bitcoinds and test.* datadir on exit or error")
445+
help="Leave BGLds and test.* datadir on exit or error")
446446
parser.add_argument('--resultsfile', '-r', help='store test results (as CSV) to the provided file')
447447

448448
args, unknown_args = parser.parse_known_args()
@@ -604,7 +604,7 @@ def run_tests(*, test_list, build_dir, tmpdir, jobs=1, enable_coverage=False, ar
604604
# Warn if there is not enough space on the testing dir
605605
min_space = MIN_FREE_SPACE + (jobs - 1) * ADDITIONAL_SPACE_PER_JOB
606606
if shutil.disk_usage(tmpdir).free < min_space:
607-
print(f"{BOLD[1]}WARNING!{BOLD[0]} There may be insufficient free space in {tmpdir} to run the Bitcoin functional test suite. "
607+
print(f"{BOLD[1]}WARNING!{BOLD[0]} There may be insufficient free space in {tmpdir} to run the Bitgesell functional test suite. "
608608
f"Running the test suite with fewer than {min_space // (1024 * 1024)} MB of free space might cause tests to fail.")
609609

610610
tests_dir = f"{build_dir}/test/functional/"

0 commit comments

Comments
 (0)