Skip to content

Commit 8ade6d4

Browse files
committed
Missing @ in script
1 parent 3b57e9a commit 8ade6d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

BuildAndTest.sh.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ fi
6363
if [ "$test_mode" == "-I" ]; then
6464
# Run individual tests with regexp search
6565
# Display the list of tests
66-
"@CMAKE_CTEST_COMMAND" -R "$individual_test" -N -C Release
66+
"@CMAKE_CTEST_COMMAND@" -R "$individual_test" -N -C Release
6767
# Run selected tests
68-
"@CMAKE_CTEST_COMMAND" -R "$individual_test" -V -C Release
68+
"@CMAKE_CTEST_COMMAND@" -R "$individual_test" -V -C Release
6969
fi
7070

7171
finish

0 commit comments

Comments
 (0)