Skip to content

Commit

Permalink
Update test script for TRT compatibility test to check for
Browse files Browse the repository at this point in the history
  • Loading branch information
pvijayakrish committed Oct 27, 2024
1 parent a434122 commit 39d2a49
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions qa/L0_trt_compat/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ if [ -z "$REPO_VERSION" ]; then
echo -e "\n***\n*** Test Failed\n***"
exit 1
fi
if [ ! -z "$TEST_REPO_ARCH" ]; then
REPO_VERSION=${REPO_VERSION}_${TEST_REPO_ARCH}
fi

TEST_RESULT_FILE='test_results.txt'
COMPATIBILITY_TEST_PY=trt_compatibility_test.py
Expand Down

0 comments on commit 39d2a49

Please sign in to comment.