enowars5-service-stldoctor

STL-Analyzing A/D Service for ENOWARS5 in 2021
git clone https://git.sinitax.com/sinitax/enowars5-service-stldoctor
Log | Files | Refs | README | LICENSE | sfeed.txt

commit 4079472724d24f1d5c02028b802c557a0fd2e53f
parent 1b5885dae14bb58185444846d5d70882016ac4cc
Author: Louis Burda <quent.burda@gmail.com>
Date:   Mon, 21 Jun 2021 14:23:50 +0200

add variant to remote request to enochecker

Diffstat:
Mchecker/test.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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.*=' \