Skip to content
Snippets Groups Projects
Commit 79f18c29 authored by Wang Di's avatar Wang Di
Browse files

Branch: b1_6

fix a typo in last commit
b=12599
parent 24fc25b8
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ set -e ...@@ -4,7 +4,7 @@ set -e
ONLY=${ONLY:-"$*"} ONLY=${ONLY:-"$*"}
# bug number for skipped test: 3192 # bug number for skipped test: 3192
-ALWAYS_EXCEPT=${ALWAYS_EXCEPT:-"14b"} ALWAYS_EXCEPT=${ALWAYS_EXCEPT:-"14b"}
# UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT! # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT!
[ "$SLOW" = "no" ] && EXCEPT="$EXCEPT 16" [ "$SLOW" = "no" ] && EXCEPT="$EXCEPT 16"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment