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 fae84be commit c2b7f44Copy full SHA for c2b7f44
bin/rally-verify-wrapper.sh
@@ -22,6 +22,14 @@ if [ ! -z ${TEMPEST_VERSION:+x} ]; then
22
tempest_version="--version $TEMPEST_VERSION"
23
fi
24
25
+if [ ! -z ${TEMPEST_LOAD_LIST:+x} ]; then
26
+ echo "$TEMPEST_LOAD_LIST" > ~/tempest-load-list
27
+fi
28
+
29
+if [ ! -z ${TEMPEST_SKIP_LIST:+x} ]; then
30
+ echo "$TEMPEST_SKIP_LIST" > ~/tempest-skip-list
31
32
33
load_list=""
34
# You can't have a load list and a pattern, pattern takes priority
35
if [ -f ~/tempest-load-list ] && [ -z ${TEMPEST_PATTERN:+x} ]; then
0 commit comments