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

Commit 490fa22

Browse files
committed
post_test.sh.cmake: Ignore return value of commands
The post test script ensures that all device servers are properly shutdown. This sometimes fails on travis with debian buster. As this is not a relevant part of the test anyway we can just return with zero exit code.
1 parent 9c0c177 commit 490fa22

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cpp_test_suite/environment/post_test.sh.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ kill $PID
77

88
PID=$(<@PROJECT_BINARY_DIR@/cpp_test_ds/fwd_ds/FwdTest_@INST_NAME@.pid)
99
kill $PID
10+
11+
exit 0

0 commit comments

Comments
 (0)