Skip to content

Commit 9f13e2e

Browse files
authored
Merge pull request #8185 from The-OpenROAD-Project-staging/regression-label-match-fix
Stop false matches in the regression script
2 parents a85402c + 7167826 commit 9f13e2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/shared/regression.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ build_dir_path=$(dirname $(dirname $(dirname $(realpath "$0"))))/build
5757

5858
cd $build_dir_path
5959

60-
ctest -L $tool ${@:1}
60+
ctest -L " $tool " ${@:1}
6161

6262

0 commit comments

Comments
 (0)