Rivoreo Source Code Repositories
src.rivoreo.one
/
net
/
nginx-mbedtls
/
nginx-1.5-mbedtls
/
.
/
debian
/
modules
/
nginx-lua
/
util
/
run_test.sh
blob: 1f5b12f51954dd7ac82e9323031c80fabf50525e [
file
] [
log
] [
blame
] [
raw
]
#!/bin/bash
script_dir
=
$
(
dirname $0
)
root
=
$
(
readlink
-
f $script_dir
/..)
testfile
=
$
{
1
:-
$root
/
t
/*.
t $root
/
t
/*/*.
t
}
cd $root
$script_dir
/
reindex $testfile
export PATH
=
$root
/
work
/
sbin
:
$PATH
killall nginx
prove
-
I$root
/../
test
-
nginx
/
lib $testfile