1
0
mirror of https://github.com/lammertb/libhttp.git synced 2025-12-22 04:02:04 +03:00

fixed: should actually RUN the tests

This commit is contained in:
Nick Hildebrant
2015-04-26 10:48:37 +02:00
parent 34a783fb46
commit bfe900485a
3 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,4 @@
#!/bin/bash
set -ev
export LUAROCKS=.travis/lua/bin/luarocks
export PATH=$($LUAROCKS path --bin):$PATH

View File

@@ -12,6 +12,7 @@ do
for SCRIPT in $SCRIPTS
do
echo starting test script $SCRIPT
lunit.sh $SCRIPT
#lua $SCRIPT
done
done

View File

@@ -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')