File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
mithril-test-lab/mithril-end-to-end Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ if [ -z "${MIN_SIGNERS}" ]; then
13
13
fi
14
14
15
15
if [ -z " ${MAX_SIGNERS} " ]; then
16
- echo Missing environment variable: MAX_SIGNERS
16
+ echo " Missing environment variable: MAX_SIGNERS" > /dev/stderr
17
17
exit 1
18
18
fi
19
19
20
20
if [ -z " ${STEP_SIGNERS} " ]; then
21
- echo Missing environment variable: STEP_SIGNERS
21
+ echo " Missing environment variable: STEP_SIGNERS" > /dev/stderr
22
22
exit 1
23
23
fi
24
24
@@ -27,12 +27,12 @@ if [ -z "${MIN_CLIENTS}" ]; then
27
27
fi
28
28
29
29
if [ -z " ${MAX_CLIENTS} " ]; then
30
- echo Missing environment variable: MAX_CLIENTS
30
+ echo " Missing environment variable: MAX_CLIENTS" > /dev/stderr
31
31
exit 1
32
32
fi
33
33
34
34
if [ -z " ${STEP_CLIENTS} " ]; then
35
- echo Missing environment variable: STEP_CLIENTS
35
+ echo " Missing environment variable: STEP_CLIENTS" > /dev/stderr
36
36
exit 1
37
37
fi
38
38
You can’t perform that action at this time.
0 commit comments