mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-06-28 01:32:49 -04:00
Fixed testcount to not make spurious warnings about src
This commit is contained in:
parent
5d8c060e4f
commit
1af670d5be
1 changed files with 2 additions and 2 deletions
|
@ -30,9 +30,9 @@
|
||||||
## and limitations under the License.
|
## and limitations under the License.
|
||||||
################################################################################################
|
################################################################################################
|
||||||
|
|
||||||
for dir1 in `ls ${WALLY}/addins/riscv-arch-test/riscv-test-suite/rv*/*`
|
for dir in `ls ${WALLY}/addins/riscv-arch-test/riscv-test-suite/rv*/*`
|
||||||
do
|
do
|
||||||
dir=$(echo $dir1 | cut -d':' -f1)
|
dir=$(echo $dir | cut -d':' -f1)
|
||||||
echo $dir
|
echo $dir
|
||||||
if [ $dir == "src" ]
|
if [ $dir == "src" ]
|
||||||
then
|
then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue