Skip to content

Commit df98da6

Browse files
committed
Merge remote-tracking branch 'upstream/main'
2 parents fbd4726 + fcc9cc2 commit df98da6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/xetile-test-gen/run_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ do
6666
TEST_REPORT=$CODE_VERSION".txt"
6767
REPORT_PATH=$REPORT_DIR/$TEST_REPORT
6868
rm -f $REPORT_PATH
69-
69+
echo $'\nTesting code version:' $CODE_VERSION
7070
python3 xetile_testgen.py --code_version=$CODE_VERSION --validate=$VALIDATE --print_debug=0 --test_csv=$TEST_CSV --default_tests=$GEN_DEFAULT_CASES
7171
CUR_TEST_DIR=$TEST_DIR/$CODE_VERSION
7272
for TEST_CASE in $CUR_TEST_DIR/*

0 commit comments

Comments
 (0)