projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4372cf6
)
Fixed typo (sikp -> skip)
author
Udi Finkelstein
<github@udifink.com>
Tue, 5 Jun 2018 14:52:36 +0000
(17:52 +0300)
committer
Udi Finkelstein
<github@udifink.com>
Tue, 5 Jun 2018 19:41:27 +0000
(22:41 +0300)
tests/tools/autotest.sh
patch
|
blob
|
history
diff --git
a/tests/tools/autotest.sh
b/tests/tools/autotest.sh
index 31a6ae8ab557eb31c199f62f5c5ae4755ff22915..d6216244fbfb59ad60024368c848d122f4a8c005 100755
(executable)
--- a/
tests/tools/autotest.sh
+++ b/
tests/tools/autotest.sh
@@
-100,7
+100,7
@@
do
echo -n "Test: $bn "
fi
- rm -f ${bn}.{err,log,s
ik
p}
+ rm -f ${bn}.{err,log,s
ki
p}
mkdir -p ${bn}.out
rm -rf ${bn}.out/*