Skip to content

Commit b9738bb

Browse files
committed
Update test script for TRT compatibility test to check for
1 parent 97405fd commit b9738bb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

qa/L0_trt_compat/test.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ if [ -z "$REPO_VERSION" ]; then
3434
echo -e "\n***\n*** Test Failed\n***"
3535
exit 1
3636
fi
37+
if [ ! -z "$TEST_REPO_ARCH" ]; then
38+
REPO_VERSION=${REPO_VERSION}_${TEST_REPO_ARCH}
39+
fi
3740

3841
TEST_RESULT_FILE='test_results.txt'
3942
COMPATIBILITY_TEST_PY=trt_compatibility_test.py

0 commit comments

Comments
 (0)