Skip to content

Commit 5f1d7c9

Browse files
committed
Fix incorrect exit code in functional test FV script
Functional tests were exited with error code from last command which is `wait` Add exit with correct exit code for futher handling in retry mechanism. Resolves: OLPEDGE-1144 Signed-off-by: Yaroslav Stefinko <[email protected]>
1 parent a582e51 commit 5f1d7c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/linux/fv/gitlab-olp-cpp-sdk-functional-test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,4 @@ export result=$?
4545
kill -15 ${SERVER_PID}
4646
# Waiter for server process to be exited correctly
4747
wait ${SERVER_PID}
48+
exit ${result}

0 commit comments

Comments
 (0)