diff options
Diffstat (limited to 'dashboard/test.sh')
-rwxr-xr-x | dashboard/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/test.sh b/dashboard/test.sh index 7931cf0..0fbfd0e 100755 --- a/dashboard/test.sh +++ b/dashboard/test.sh @@ -13,4 +13,4 @@ find . -type f -name "*.py" -not -name "manage.py" | xargs flake8 --count --igno # this file should be executed from the dir it is in -docker exec -it dg01 python manage.py test -t ../src/ +docker exec -it dg01 python manage.py test |