Skip to content

Commit d4b420f

Browse files
Merge bitcoin#29805: test: Fix debug recommendation in argsman_tests
Co-authored-by: Fabian Jahr <fjahr@protonmail.com>
1 parent 78a5017 commit d4b420f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/argsman_tests.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -903,7 +903,7 @@ BOOST_FIXTURE_TEST_CASE(util_ArgsMerge, ArgsMergeTestingSetup)
903903

904904
// If check below fails, should manually dump the results with:
905905
//
906-
// ARGS_MERGE_TEST_OUT=results.txt ./test_dash --run_test=util_tests/util_ArgsMerge
906+
// ARGS_MERGE_TEST_OUT=results.txt ./test_dash --run_test=argsman_tests/util_ArgsMerge
907907
//
908908
// And verify diff against previous results to make sure the changes are expected.
909909
//
@@ -1006,7 +1006,7 @@ BOOST_FIXTURE_TEST_CASE(util_ChainMerge, ChainMergeTestingSetup)
10061006

10071007
// If check below fails, should manually dump the results with:
10081008
//
1009-
// CHAIN_MERGE_TEST_OUT=results.txt ./test_dash --run_test=util_tests/util_ChainMerge
1009+
// CHAIN_MERGE_TEST_OUT=results.txt ./test_dash --run_test=argsman_tests/util_ChainMerge
10101010
//
10111011
// And verify diff against previous results to make sure the changes are expected.
10121012
//

0 commit comments

Comments
 (0)