mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Verbose logging...
This commit is contained in:
parent
525cd94dc5
commit
3198e73b61
1 changed files with 1 additions and 1 deletions
|
@ -39,6 +39,6 @@ tar -xzf "$linuxBuild" -C "$installDir" --strip=1
|
|||
export TEST_ES_FROM=${TEST_ES_FROM:-source}
|
||||
echo " -> Running functional and api tests"
|
||||
cd "$XPACK_DIR"
|
||||
node scripts/functional_tests --debug --bail --kibana-install-dir "$installDir" --include-tag "ciGroup$CI_GROUP"
|
||||
node scripts/functional_tests --verbose --bail --kibana-install-dir "$installDir" --include-tag "ciGroup$CI_GROUP"
|
||||
echo ""
|
||||
echo ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue