diff options
author | Udi Finkelstein <github@udifink.com> | 2018-06-05 17:52:36 +0300 |
---|---|---|
committer | Udi Finkelstein <github@udifink.com> | 2018-06-05 22:41:27 +0300 |
commit | 106af19b69c1a62531655d35f5a8f3f7eda838e7 (patch) | |
tree | ddb1c46aab34a006939fa393293083419ba90e03 /tests/tools | |
parent | 4372cf690d829755279a6a5778023e5e0a4493b2 (diff) | |
download | yosys-106af19b69c1a62531655d35f5a8f3f7eda838e7.tar.gz yosys-106af19b69c1a62531655d35f5a8f3f7eda838e7.tar.bz2 yosys-106af19b69c1a62531655d35f5a8f3f7eda838e7.zip |
Fixed typo (sikp -> skip)
Diffstat (limited to 'tests/tools')
-rwxr-xr-x | tests/tools/autotest.sh | 2 |
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/* |