We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fbd4726 + fcc9cc2 commit df98da6Copy full SHA for df98da6
scripts/xetile-test-gen/run_tests.sh
@@ -66,7 +66,7 @@ do
66
TEST_REPORT=$CODE_VERSION".txt"
67
REPORT_PATH=$REPORT_DIR/$TEST_REPORT
68
rm -f $REPORT_PATH
69
-
+ echo $'\nTesting code version:' $CODE_VERSION
70
python3 xetile_testgen.py --code_version=$CODE_VERSION --validate=$VALIDATE --print_debug=0 --test_csv=$TEST_CSV --default_tests=$GEN_DEFAULT_CASES
71
CUR_TEST_DIR=$TEST_DIR/$CODE_VERSION
72
for TEST_CASE in $CUR_TEST_DIR/*
0 commit comments