Allow running tests stand-alone
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
#!/bin/sh
|
||||
if [ x"${srcdir}" = x ]; then
|
||||
srcdir=.
|
||||
fi
|
||||
. ${srcdir}/test.rc
|
||||
|
||||
if [ -e ${PID} ]; then
|
||||
|
||||
Reference in New Issue
Block a user