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.
1 parent 97405fd commit b9738bbCopy full SHA for b9738bb
qa/L0_trt_compat/test.sh
@@ -34,6 +34,9 @@ if [ -z "$REPO_VERSION" ]; then
34
echo -e "\n***\n*** Test Failed\n***"
35
exit 1
36
fi
37
+if [ ! -z "$TEST_REPO_ARCH" ]; then
38
+ REPO_VERSION=${REPO_VERSION}_${TEST_REPO_ARCH}
39
+fi
40
41
TEST_RESULT_FILE='test_results.txt'
42
COMPATIBILITY_TEST_PY=trt_compatibility_test.py
0 commit comments