testone.sh - rename 'tidy5' to 'tidy'
This commit is contained in:
parent
50e69dbcb1
commit
88a656f029
|
@ -19,7 +19,7 @@ set +f
|
||||||
TESTNO=$1
|
TESTNO=$1
|
||||||
EXPECTED=$2
|
EXPECTED=$2
|
||||||
#TIDY=../bin/tidy
|
#TIDY=../bin/tidy
|
||||||
TIDY=../build/cmake/tidy5
|
TIDY=../build/cmake/tidy
|
||||||
if [ ! -f "$TIDY" ]; then
|
if [ ! -f "$TIDY" ]; then
|
||||||
echo "$BN: Can NOT locate binary '$TIDY'!"
|
echo "$BN: Can NOT locate binary '$TIDY'!"
|
||||||
echo "$BN: Fix me with the correct location of the binary to run."
|
echo "$BN: Fix me with the correct location of the binary to run."
|
||||||
|
|
Loading…
Reference in a new issue