diff options
| author | Louis Burda <quent.burda@gmail.com> | 2021-05-20 02:49:09 +0200 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2021-05-20 02:49:09 +0200 |
| commit | 1109a88447e1c5cefe6ed93eccc8dcf8cd595d0e (patch) | |
| tree | 6c88ce49e14669527ff7da96ebef44416dc928ff /service/do.sh | |
| parent | ea33a19c447df8cc3748a8b6dc8e45121fdc3570 (diff) | |
| download | enowars5-service-stldoctor-1109a88447e1c5cefe6ed93eccc8dcf8cd595d0e.tar.gz enowars5-service-stldoctor-1109a88447e1c5cefe6ed93eccc8dcf8cd595d0e.zip | |
implemented rest of checker functionality
Diffstat (limited to 'service/do.sh')
| -rw-r--r-- | service/do.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service/do.sh b/service/do.sh index 168d495..fd3b8b0 100644 --- a/service/do.sh +++ b/service/do.sh @@ -52,7 +52,7 @@ elif [ "$1" == "cleansrc" ]; then fi done elif [ "$1" == "test" ]; then - SRCDIR="$PWD/src" DATADIR="$PWD/data" bash "tests/test.sh" ${@:2} + SRCDIR="$PWD/src" DATADIR="$PWD/container/data" bash "tests/test.sh" ${@:2} elif [ "$1" == "make" ]; then # build a normal version cd src |
