Store nailgun log in artifacts dir in case of test failure

Currently logs are just sent to stdout, which make debugging
much more difficult

Change-Id: I40a7e5231f93325c23732f55f848ca4cd23fc908
This commit is contained in:
Vitaly Kramskikh 2015-12-30 14:06:55 +03:00
parent 4de2222f02
commit ab221c059c
1 changed files with 1 additions and 1 deletions

View File

@ -306,7 +306,7 @@ function run_ui_func_tests {
fi
if [ $result -ne 0 ]; then
cat $server_log
mv $server_log $artifacts/app.log
break
fi
rm $server_log