diff options
author | Clifford Wolf <clifford@clifford.at> | 2018-06-06 11:57:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-06 11:57:41 +0200 |
commit | 270c1814b5bcab0f0b54f05b4856380b57617a69 (patch) | |
tree | ddb1c46aab34a006939fa393293083419ba90e03 | |
parent | 4372cf690d829755279a6a5778023e5e0a4493b2 (diff) | |
parent | 106af19b69c1a62531655d35f5a8f3f7eda838e7 (diff) | |
download | yosys-270c1814b5bcab0f0b54f05b4856380b57617a69.tar.gz yosys-270c1814b5bcab0f0b54f05b4856380b57617a69.tar.bz2 yosys-270c1814b5bcab0f0b54f05b4856380b57617a69.zip |
Merge pull request #561 from udif/pr_skip_typo
Fixed typo (sikp -> skip)
-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/* |