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 d3782db commit 193a4d1Copy full SHA for 193a4d1
st2common/bin/st2-self-check
@@ -57,7 +57,7 @@ shift $(($OPTIND-1))
57
58
## Script to install samples, tests, and run all workflows in tests pack.
59
if [[ `id -u` != 0 ]]; then
60
- echo "st2-self-check must be run as root"
+ echo >&2 "st2-self-check must be run as root"
61
exit 1
62
fi
63
@@ -89,7 +89,7 @@ git clone --depth 1 --branch ${ST2_TESTS_BRANCH} https://github.com/StackStorm/s
89
EXIT_CODE=$?
90
91
if [ ${EXIT_CODE} -ne 0 ]; then
92
- echo "Failed to clone st2tests repo"
+ echo >&2 "Failed to clone st2tests repo"
93
94
95
0 commit comments