diff options
| author | Louis Burda <quent.burda@gmail.com> | 2021-06-21 14:23:50 +0200 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2021-06-21 14:24:14 +0200 |
| commit | 4079472724d24f1d5c02028b802c557a0fd2e53f (patch) | |
| tree | 58ca6df1391fe7f69edf4ed22735ab9edc913a44 /checker | |
| parent | 1b5885dae14bb58185444846d5d70882016ac4cc (diff) | |
| download | enowars5-service-stldoctor-4079472724d24f1d5c02028b802c557a0fd2e53f.tar.gz enowars5-service-stldoctor-4079472724d24f1d5c02028b802c557a0fd2e53f.zip | |
add variant to remote request to enochecker
Diffstat (limited to 'checker')
| -rw-r--r-- | checker/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checker/test.sh b/checker/test.sh index 8887f68..f3ac90f 100644 --- a/checker/test.sh +++ b/checker/test.sh @@ -36,7 +36,7 @@ try() { if [ ! -z "$REMOTE" ]; then python3 enoreq.py -j True -A http://localhost:9091 -a $REMOTE \ --flag ENOTESTFLAG123= --flag_regex 'ENO.*=' \ - -x 4000 ${@:3} "$cmd" > "$tmpfile" + -v "$variant" -x 4000 ${@:3} "$cmd" > "$tmpfile" else python3 src/checker.py -j run -v "$variant" -x 4000 \ --flag ENOTESTFLAG123= --flag_regex 'ENO.*=' \ |
