We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b351678 commit 824e648Copy full SHA for 824e648
x-pack/qa/vagrant/src/test/resources/packaging/tests/setup_passwords.bash
@@ -55,8 +55,9 @@ echo 'y' | $ESHOME/bin/elasticsearch-setup-passwords auto
55
SETUP_AUTO
56
echo "$output" > /tmp/setup-passwords-output
57
[ "$status" -eq 0 ] || {
58
- echo "Expected x-pack elasticsearch-setup-passwords tool exit code to be zero"
+ echo "Expected x-pack elasticsearch-setup-passwords tool exit code to be zero but got $status"
59
cat /tmp/setup-passwords-output
60
+ debug_collect_logs
61
false
62
}
63
0 commit comments