apply patch `#17 Enable regression tests on OpenBSD'
provided by Anthony J. Bentley on http://sourceforge.net/p/ngspice/patches/17/
This commit is contained in:
parent
d2dbe6145f
commit
a661d2967d
|
|
@ -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…
Reference in New Issue