There was an error while loading. Please reload this page.
1 parent 03e1400 commit 734ed5fCopy full SHA for 734ed5f
etc/run.sh
@@ -10,7 +10,7 @@ poetry run python load_csv.py --path ${DIALOG_DATA_PATH} ${CLEARDB_COMMAND} ${EM
10
11
if [ -n "${TEST}" ]; then
12
python -m unittest
13
- exit 0
+ exit $?
14
fi
15
16
if [ -n "${DEBUG}" ]; then
0 commit comments