Fixed testcount to not make spurious warnings about src

This commit is contained in:
David Harris 2024-06-05 13:42:29 -07:00
parent 5d8c060e4f
commit 1af670d5be

View File

@ -30,9 +30,9 @@
## 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
dir=$(echo $dir1 | cut -d':' -f1)
dir=$(echo $dir | cut -d':' -f1)
echo $dir
if [ $dir == "src" ]
then