Update testaccessone.sh to reference tidy, not tidy5
Remove 'tidy5' from test script, replace with 'tidy'.
This commit is contained in:
parent
732d8d2128
commit
fddb60936d
|
@ -20,7 +20,7 @@ TESTNO=$1
|
||||||
TESTEXPECTED=$2
|
TESTEXPECTED=$2
|
||||||
ACCESSLEVEL=$3
|
ACCESSLEVEL=$3
|
||||||
|
|
||||||
TIDY=../build/cmake/tidy5
|
TIDY=../build/cmake/tidy
|
||||||
INFILES=./accessTest/$1.*ml
|
INFILES=./accessTest/$1.*ml
|
||||||
CFGFILE=./accessTest/cfg_$1.txt
|
CFGFILE=./accessTest/cfg_$1.txt
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue