Skip to content
This repository was archived by the owner on Jul 8, 2022. It is now read-only.

Commit 0053c95

Browse files
committed
pre_test.sh.cmake: Add missing EOL
1 parent 53b4a4d commit 0053c95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp_test_suite/environment/pre_test.sh.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ echo "`ldd @PROJECT_BINARY_DIR@/cpp_test_ds/fwd_ds/FwdTest`"
2121
@PROJECT_BINARY_DIR@/cpp_test_ds/fwd_ds/FwdTest @INST_NAME@ -v5 1>@PROJECT_BINARY_DIR@/cpp_test_ds/fwd_ds/FwdTest_@INST_NAME@.out 2>&1 &
2222
echo $! > @PROJECT_BINARY_DIR@/cpp_test_ds/fwd_ds/FwdTest_@INST_NAME@.pid
2323

24-
sleep 3
24+
sleep 3

0 commit comments

Comments
 (0)