mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
[test] add debug logging for packaging test
This commit is contained in:
parent
b3516786ec
commit
824e648662
@ -55,8 +55,9 @@ echo 'y' | $ESHOME/bin/elasticsearch-setup-passwords auto
|
||||
SETUP_AUTO
|
||||
echo "$output" > /tmp/setup-passwords-output
|
||||
[ "$status" -eq 0 ] || {
|
||||
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"
|
||||
cat /tmp/setup-passwords-output
|
||||
debug_collect_logs
|
||||
false
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user