Set tx to output full debugging info.

Use the --debug and --traceback flags when running `tx push` in order to
have better indications of why errors occur.

Change-Id: Ic951dc12b3efe8f8264521ed0a360e42f96cbee0
Reviewed-on: https://review.openstack.org/12817
Reviewed-by: Monty Taylor <mordred@inaugust.com>
Approved: James E. Blair <corvus@inaugust.com>
Reviewed-by: James E. Blair <corvus@inaugust.com>
Tested-by: Jenkins
This commit is contained in:
Clark Boylan 2012-09-11 11:55:33 -07:00 committed by Jenkins
parent 8eb7023cec
commit fa4c6dfa8e
2 changed files with 2 additions and 2 deletions

View File

@ -33,5 +33,5 @@ then
git review -t transifex/translations
# Push changes to transifex
tx push -st
tx --debug --traceback push -st
fi

View File

@ -26,5 +26,5 @@ git add $PROJECT/locale/*
if [ ! `git diff-index --quiet HEAD --` ]
then
# Push changes to transifex
tx push -st
tx --debug --traceback push -st
fi