remove adam.jar from runOne.sh
authorAdam Megacz <adam.megacz@sun.com>
Wed, 4 Mar 2009 00:12:30 +0000 (00:12 +0000)
committerAdam Megacz <adam.megacz@sun.com>
Wed, 4 Mar 2009 00:12:30 +0000 (00:12 +0000)
testCode/runOne.sh

index 6539d16..9a6febe 100644 (file)
@@ -7,7 +7,7 @@
 
 echo ------------------------------------------------------------------------------
 echo Test number $1
-(time java -classpath "../testCode/adam.jar:MarinaTest.jar" com.sun.vlsi.chips.marina.test.MarinaTest -testNum $1 $2) >& test$1.log
+(time java -classpath "MarinaTest.jar" com.sun.vlsi.chips.marina.test.MarinaTest -testNum $1 $2) >& test$1.log
 if [ $? -ne 0 ] ; then
   if [ $? -eq 1 ] ; then
     # possibly buggy test