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 13cb6f0 commit 5ae759aCopy full SHA for 5ae759a
qa/L0_dyna_implicit_state/test.sh
@@ -1,5 +1,5 @@
1
#!/bin/bash
2
-# Copyright 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
+# Copyright 2021-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
3
#
4
# Redistribution and use in source and binary forms, with or without
5
# modification, are permitted provided that the following conditions
@@ -34,7 +34,7 @@ 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
+if [ ! -z "$TEST_REPO_ARCH" ] && [[ "$REPO_VERSION" == *"$TEST_REPO_ARCH"* ]]; then
38
REPO_VERSION=${REPO_VERSION}_${TEST_REPO_ARCH}
39
40
0 commit comments