Skip to content

Commit 4131dda

Browse files
committed
update run_gwb-dat_tests.cmake with fixed typos
1 parent cec5e79 commit 4131dda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/gwb-dat/run_gwb-dat_tests.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ String(REGEX REPLACE "[:/a-zA-Z\\/0-9_\\.-]*gwb-grid[.exe]*" "(..path..)bin/gwb-
5454
String(REGEX REPLACE " -j N Specify the number of threads the visualizer is allowed to use. Default: [0-9]*." " -j N Specify the number of threads the visualizer is allowed to use. Default: --." TEST_OUTPUT_PROCESSED "${TEST_OUTPUT_PROCESSED}")
5555
String(REGEX REPLACE "GWB Version: [0-9.a-zA-Z]*" "GWB Version: -.-.-.-" TEST_OUTPUT_PROCESSED "${TEST_OUTPUT_PROCESSED}")
5656
String(REGEX REPLACE "git hash: [0-9.a-zA-Z-]* branch: [-0-9.a-zA-Z_]*" "git hash: (..git hash..) branch: (..git branch..)" TEST_OUTPUT_PROCESSED "${TEST_OUTPUT_PROCESSED}")
57-
String(REGEX REPLACE "Starting the world builder with ([0-9]*) threads..." "Starting the world builder with -- threads..." TEST_OUTPUT_PROCESSED "${TEST_OUTPUT_PROCESSED}")
57+
String(REGEX REPLACE "Starting the World Builder with ([0-9]*) threads..." "Starting the World Builder with -- threads..." TEST_OUTPUT_PROCESSED "${TEST_OUTPUT_PROCESSED}")
5858
file(WRITE ${TEST_OUTPUT} ${TEST_OUTPUT_PROCESSED})
5959

6060
if( TEST_RESULT_VAR )

0 commit comments

Comments
 (0)