projects
/
fleet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe7fe8f
)
remove adam.jar from runOne.sh
author
Adam Megacz
<adam.megacz@sun.com>
Wed, 4 Mar 2009 00:12:30 +0000
(
00:12
+0000)
committer
Adam Megacz
<adam.megacz@sun.com>
Wed, 4 Mar 2009 00:12:30 +0000
(
00:12
+0000)
testCode/runOne.sh
patch
|
blob
|
history
diff --git
a/testCode/runOne.sh
b/testCode/runOne.sh
index
6539d16
..
9a6febe
100644
(file)
--- a/
testCode/runOne.sh
+++ b/
testCode/runOne.sh
@@
-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