Skip to content
Snippets Groups Projects
Commit 453b91eb authored by Elena Gryaznova's avatar Elena Gryaznova
Browse files

b=16487

i=Alexey.Lyashkov
do not set CLIENTS; it is not used by script
parent 6fc61eea
No related branches found
No related tags found
No related merge requests found
......@@ -38,9 +38,6 @@ assert_env LIVE_CLIENT FSNAME
# FAIL_CLIENTS list should not contain the LIVE_CLIENT
FAIL_CLIENTS=$(echo " $FAIL_CLIENTS " | sed -re "s/\s+$LIVE_CLIENT\s+/ /g")
# This can be a regexp, to allow more clients
CLIENTS=${CLIENTS:-"`comma_list $LIVE_CLIENT $FAIL_CLIENTS`"}
DIR=${DIR:-$MOUNT}
#####
......
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