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

Commit 9c0c177

Browse files
committed
post_test.sh.cmake: Add missing EOL
1 parent 0053c95 commit 9c0c177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp_test_suite/environment/post_test.sh.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ PID=$(<@PROJECT_BINARY_DIR@/cpp_test_ds/DevTest_@INST_NAME@.pid)
66
kill $PID
77

88
PID=$(<@PROJECT_BINARY_DIR@/cpp_test_ds/fwd_ds/FwdTest_@INST_NAME@.pid)
9-
kill $PID
9+
kill $PID

0 commit comments

Comments
 (0)