Skip to content

Commit fcc9cc2

Browse files
authored
Convenience print in testgen (#726)
convenience print in testgen
1 parent aec6648 commit fcc9cc2

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)