Merge pull request #264 from vielmetti/patch-3
Update testhtml5 to use 'tidy' and not 'tidy5'
This commit is contained in:
commit
202e8307cc
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue