commit 1f77986ba3eb29e24f0cf4d2b9e66d1912e0cef4
parent 1a8bbd70112ffa0451002e8c07c3ea3fe056dc8d
Author: hansWURSCHT10000 <>
Date: Sun, 4 Mar 2018 15:06:01 +0100
Increment version in runall.sh
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/runall.sh b/runall.sh
@@ -7,7 +7,7 @@ function pwait() {
for account in `grep entry accounts.xml | awk -F '"' '{print $2}'`; do
server=$(echo $account | awk -F '@' '{print $2}')
echo "testing $server"
- java -jar target/ComplianceTester-0.2.2.jar $account > reports/$server.txt&
+ java -jar target/ComplianceTester-0.2.3.jar $account > reports/$server.txt&
pwait 5
done;