From 59f1c840a529d66867ae1fb96547024a58612dd5 Mon Sep 17 00:00:00 2001 From: dwarning Date: Sat, 16 Jan 2010 22:12:35 +0000 Subject: [PATCH] skip codemodel in tests --- tests/bin/check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bin/check.sh b/tests/bin/check.sh index b2baaf1bd..2ab6dd422 100644 --- a/tests/bin/check.sh +++ b/tests/bin/check.sh @@ -3,7 +3,7 @@ SPICE=$1 TEST=$2 -FILTER="CPU|Dynamic|Note|Circuit|Trying|Reference|Date|Doing|---|v-sweep|time|est|Error|Warning|Data|Index|trans|acan|oise|nalysis|ole|Total|memory|urrent|Got|Added|BSIM|bsim|B4SOI|b4soi" +FILTER="CPU|Dynamic|Note|Circuit|Trying|Reference|Date|Doing|---|v-sweep|time|est|Error|Warning|Data|Index|trans|acan|oise|nalysis|ole|Total|memory|urrent|Got|Added|BSIM|bsim|B4SOI|b4soi|codemodel" testname=`basename $TEST .cir` testdir=`dirname $TEST`