mirror of https://github.com/YosysHQ/yosys.git
Merge pull request #561 from udif/pr_skip_typo
Fixed typo (sikp -> skip)
This commit is contained in:
commit
270c1814b5
|
@ -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/*
|
||||
|
||||
|
|
Loading…
Reference in New Issue