Skip to content

Commit ac413a4

Browse files
committed
[FAB-4429] LTE tool driver: put proper exit code
This change makes sure that the driver exits with code 1 in the event of invalid or empty test names. Change-Id: I284fcabe1ef94bb9033e678d4abb89bac49cf679 Signed-off-by: Adnan Choudhury <[email protected]>
1 parent bb55096 commit ac413a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/tools/LTE/scripts/runbenchmarks.sh

+1
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,5 @@ runLargeDataExperiment\n"
122122
runLargeDataExperiment ;;
123123
*)
124124
printf "Error: test name empty/incorrect!\n" >> /dev/stderr
125+
exit 1 ;;
125126
esac

0 commit comments

Comments
 (0)