We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2b7f44 commit c26f263Copy full SHA for c26f263
bin/rally-verify-wrapper.sh
@@ -30,6 +30,10 @@ if [ ! -z ${TEMPEST_SKIP_LIST:+x} ]; then
30
echo "$TEMPEST_SKIP_LIST" > ~/tempest-skip-list
31
fi
32
33
+if [ ! -z ${TEMPEST_CONF_OVERRIDES:+x} ]; then
34
+ echo "$TEMPEST_CONF_OVERRIDES" > ~/tempest-overrides.conf
35
+fi
36
+
37
load_list=""
38
# You can't have a load list and a pattern, pattern takes priority
39
if [ -f ~/tempest-load-list ] && [ -z ${TEMPEST_PATTERN:+x} ]; then
0 commit comments