Merge pull request #263 from vielmetti/patch-2
Update testaccessone.sh to reference tidy, not tidy5
This commit is contained in:
commit
350d104f36
|
@ -20,7 +20,7 @@ TESTNO=$1
|
|||
TESTEXPECTED=$2
|
||||
ACCESSLEVEL=$3
|
||||
|
||||
TIDY=../build/cmake/tidy5
|
||||
TIDY=../build/cmake/tidy
|
||||
INFILES=./accessTest/$1.*ml
|
||||
CFGFILE=./accessTest/cfg_$1.txt
|
||||
|
||||
|
|
Loading…
Reference in a new issue