Skip to content

Commit 5ae759a

Browse files
authored
test: Fix L0_dyna_implicit_state--base (#7801)
1 parent 13cb6f0 commit 5ae759a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

qa/L0_dyna_implicit_state/test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Copyright 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2+
# Copyright 2021-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
33
#
44
# Redistribution and use in source and binary forms, with or without
55
# modification, are permitted provided that the following conditions
@@ -34,7 +34,7 @@ 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
37+
if [ ! -z "$TEST_REPO_ARCH" ] && [[ "$REPO_VERSION" == *"$TEST_REPO_ARCH"* ]]; then
3838
REPO_VERSION=${REPO_VERSION}_${TEST_REPO_ARCH}
3939
fi
4040

0 commit comments

Comments
 (0)