Skip to content

Commit 734ed5f

Browse files
committed
Fixes exit code
1 parent 03e1400 commit 734ed5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎etc/run.sh‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ poetry run python load_csv.py --path ${DIALOG_DATA_PATH} ${CLEARDB_COMMAND} ${EM
1010

1111
if [ -n "${TEST}" ]; then
1212
python -m unittest
13-
exit 0
13+
exit $?
1414
fi
1515

1616
if [ -n "${DEBUG}" ]; then

0 commit comments

Comments
 (0)