Initial test framework: make check
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
11
test/stop.sh
Executable file
11
test/stop.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
. ./test.rc
|
||||
|
||||
if [ -e ${PID} ]; then
|
||||
kill `cat ${PID}`
|
||||
fi
|
||||
|
||||
rm -f ${CFG}
|
||||
rm -f ${LOG}
|
||||
rm -f ${PID}
|
||||
rm -f ${SCK}
|
||||
Reference in New Issue
Block a user