Allow running tests stand-alone
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
@ -1,6 +1,9 @@
|
||||
#!/bin/sh
|
||||
set -ex
|
||||
. ${srcdir}/test.rc
|
||||
if [ x"${srcdir}" = x ]; then
|
||||
srcdir=.
|
||||
fi
|
||||
g. ${srcdir}/test.rc
|
||||
|
||||
export MSG="no-openlog-apitest"
|
||||
|
||||
|
Reference in New Issue
Block a user