Skip to content

Commit 824e648

Browse files
committed
[test] add debug logging for packaging test
1 parent b351678 commit 824e648

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

x-pack/qa/vagrant/src/test/resources/packaging/tests/setup_passwords.bash

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,9 @@ echo 'y' | $ESHOME/bin/elasticsearch-setup-passwords auto
5555
SETUP_AUTO
5656
echo "$output" > /tmp/setup-passwords-output
5757
[ "$status" -eq 0 ] || {
58-
echo "Expected x-pack elasticsearch-setup-passwords tool exit code to be zero"
58+
echo "Expected x-pack elasticsearch-setup-passwords tool exit code to be zero but got $status"
5959
cat /tmp/setup-passwords-output
60+
debug_collect_logs
6061
false
6162
}
6263

0 commit comments

Comments
 (0)