aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tools
diff options
context:
space:
mode:
authorUdi Finkelstein <github@udifink.com>2018-06-05 17:52:36 +0300
committerUdi Finkelstein <github@udifink.com>2018-06-05 22:41:27 +0300
commit106af19b69c1a62531655d35f5a8f3f7eda838e7 (patch)
treeddb1c46aab34a006939fa393293083419ba90e03 /tests/tools
parent4372cf690d829755279a6a5778023e5e0a4493b2 (diff)
downloadyosys-106af19b69c1a62531655d35f5a8f3f7eda838e7.tar.gz
yosys-106af19b69c1a62531655d35f5a8f3f7eda838e7.tar.bz2
yosys-106af19b69c1a62531655d35f5a8f3f7eda838e7.zip
Fixed typo (sikp -> skip)
Diffstat (limited to 'tests/tools')
-rwxr-xr-xtests/tools/autotest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tools/autotest.sh b/tests/tools/autotest.sh
index 31a6ae8ab..d6216244f 100755
--- 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,sikp}
+ rm -f ${bn}.{err,log,skip}
mkdir -p ${bn}.out
rm -rf ${bn}.out/*