aboutsummaryrefslogtreecommitdiff
path: root/utils/tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'utils/tests.sh')
-rwxr-xr-xutils/tests.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/tests.sh b/utils/tests.sh
index adedcf4..82df3d1 100755
--- a/utils/tests.sh
+++ b/utils/tests.sh
@@ -1,3 +1,3 @@
-#!/bin/bash
+#!/bin/sh
-docker exec -it contentdb_app_1 sh -c "FLASK_CONFIG=../config.cfg FLASK_APP=app/__init__.py python -m pytest app/tests/ --disable-warnings"
+docker exec contentdb_app_1 sh -c "FLASK_CONFIG=../config.cfg FLASK_APP=app/__init__.py python -m pytest app/tests/ --cov=app --disable-warnings"