Browse Source

add FreeBSD

pre-master-46
Kevin Zheng 7 years ago
committed by Holger Vogt
parent
commit
e25593fa55
  1. 2
      tests/bin/check.sh

2
tests/bin/check.sh

@ -39,7 +39,7 @@ case $HOST_TYPE in
fi fi
rm -f $testname.test_tmp $testname.out_tmp rm -f $testname.test_tmp $testname.out_tmp
;; ;;
SunOS*|OpenBSD*)
FreeBSD*|SunOS*|OpenBSD*)
$SPICE --batch $testdir/$testname.cir >$testname.test &&\ $SPICE --batch $testdir/$testname.cir >$testname.test &&\
sed -e '/^$/d' $testname.test | egrep -v "$FILTER" > $testname.test_tmp &&\ sed -e '/^$/d' $testname.test | egrep -v "$FILTER" > $testname.test_tmp &&\
sed -e '/^$/d' $testdir/$testname.out | egrep -v "$FILTER" > $testname.out_tmp sed -e '/^$/d' $testdir/$testname.out | egrep -v "$FILTER" > $testname.out_tmp

Loading…
Cancel
Save