@@ -1,5 +1,4 @@
#!/bin/bash
-set -ev
export LUAROCKS=.travis/lua/bin/luarocks
export PATH=$($LUAROCKS path --bin):$PATH
@@ -12,6 +12,7 @@ do
for SCRIPT in $SCRIPTS
do
echo starting test script $SCRIPT
+ lunit.sh $SCRIPT
#lua $SCRIPT
done
@@ -1,7 +1,7 @@
local lunit = require('lunitx')
local cURL = require("cURL")
-_ENV = lunit.module('enhanced','seeall')
+_ENV = lunit.module('simple','seeall')
function test_success_again()
assert_true (true, 'more tests work')