Garbage collect a prove test wrapper
MFC after: 3 days Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
commit
941436306a
@ -1,15 +0,0 @@
|
||||
#!/bin/sh
|
||||
# $FreeBSD$
|
||||
|
||||
cd `dirname $0`
|
||||
|
||||
executable=`basename $0 .t`
|
||||
|
||||
make $executable 2>&1 > /dev/null
|
||||
|
||||
echo 1..1
|
||||
if ./$executable; then
|
||||
echo ok 1 - $executable successful
|
||||
else
|
||||
echo not ok 1 - $executable failed
|
||||
fi
|
Loading…
x
Reference in New Issue
Block a user