Update testaccessone.sh to reference tidy, not tidy5

Remove 'tidy5' from test script, replace with 'tidy'.
This commit is contained in:
Edward Vielmetti 2015-09-14 14:27:26 -04:00
parent 732d8d2128
commit fddb60936d
1 changed files with 1 additions and 1 deletions

View File

@ -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