Browse Source

apply patch `#17 Enable regression tests on OpenBSD'

provided by Anthony J. Bentley on
http://sourceforge.net/p/ngspice/patches/17/
pre-master-46
h_vogt 13 years ago
committed by rlar
parent
commit
a661d2967d
  1. 2
      tests/bin/check.sh

2
tests/bin/check.sh

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

Loading…
Cancel
Save