Update testhtml5 to use 'tidy' and not 'tidy5'

testhtml5 does not work until you reference the proper executable.
This commit is contained in:
Edward Vielmetti 2015-09-14 14:30:09 -04:00
parent 732d8d2128
commit e017aad98d

View file

@ -19,7 +19,7 @@ failed()
TMPCNT3=$((${TMPCNT3} + 1)); TMPCNT3=$((${TMPCNT3} + 1));
} }
TMPEXE="../../build/cmake/tidy5" TMPEXE="../../build/cmake/tidy"
[ -e ${TMPEXE} ] || noexe [ -e ${TMPEXE} ] || noexe
TMPINP=temphtml5.cfg TMPINP=temphtml5.cfg