Merge pull request #263 from vielmetti/patch-2

Update testaccessone.sh to reference tidy, not tidy5
This commit is contained in:
Geoff McLane 2015-09-14 20:39:53 +02:00
commit 350d104f36
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