Skip to content

Commit c26f263

Browse files
committed
Support TEMPEST_CONF_OVERRIDES environment var
1 parent c2b7f44 commit c26f263

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bin/rally-verify-wrapper.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ if [ ! -z ${TEMPEST_SKIP_LIST:+x} ]; then
3030
echo "$TEMPEST_SKIP_LIST" > ~/tempest-skip-list
3131
fi
3232

33+
if [ ! -z ${TEMPEST_CONF_OVERRIDES:+x} ]; then
34+
echo "$TEMPEST_CONF_OVERRIDES" > ~/tempest-overrides.conf
35+
fi
36+
3337
load_list=""
3438
# You can't have a load list and a pattern, pattern takes priority
3539
if [ -f ~/tempest-load-list ] && [ -z ${TEMPEST_PATTERN:+x} ]; then

0 commit comments

Comments
 (0)