LuaUnit is a popular unit-testing framework for Lua, with an interface typical of xUnit libraries (Python unittest, Junit, NUnit, ...). It supports several output formats (Text, TAP, JUnit, ...) to be used directly or work with Continuous Integration platforms (Jenkins, Maven, ...).
The || operator is actually a shell construct, not recognized by test/[. We
could change this to [ expr ] || [ expr2 ], but it's cheaper to just use
the POSIX-specified -o instead.
The || operator is actually a shell construct, not recognized by test/[. We could change this to [ expr ] || [ expr2 ], but it's cheaper to just use the POSIX-specified -o instead.
Signed-off-by: Kyle Evans kevans@FreeBSD.org
--
Noticed while looking at the build log, in before_install.1 of the LUANUMBER=float jobs:
+'[' lua5.2 == lua5.3 .travis/setup_lua.sh: line 110: [: missing `]' +lua5.2 == lua5.4 ']' .travis/setup_lua.sh: line 110: lua5.2: command not found