Skip to content

Commit 9b510ae

Browse files
committed
fix syntax
Signed-off-by: Thomas-David Griedel [email protected]
1 parent d47f80f commit 9b510ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

automation/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ kubectl() { cluster-up/kubectl.sh "$@"; }
7777
export CDI_NAMESPACE="${CDI_NAMESPACE:-cdi}"
7878

7979
# Skip destructive tests by default
80-
export CDI_LABEL_FILTER="${CDI_LABEL_FILTER:-'!Destructive'}"
80+
export CDI_LABEL_FILTER="${CDI_LABEL_FILTER:-!Destructive}"
8181

8282
make cluster-down
8383
# Create .bazelrc to use remote cache

0 commit comments

Comments
 (0)