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:
@@ -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
|
||||
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')
|
||||
|
||||
Reference in New Issue
Block a user