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:
parent
8eb7023cec
commit
fa4c6dfa8e
@ -33,5 +33,5 @@ then
|
|||||||
git review -t transifex/translations
|
git review -t transifex/translations
|
||||||
|
|
||||||
# Push changes to transifex
|
# Push changes to transifex
|
||||||
tx push -st
|
tx --debug --traceback push -st
|
||||||
fi
|
fi
|
||||||
|
@ -26,5 +26,5 @@ git add $PROJECT/locale/*
|
|||||||
if [ ! `git diff-index --quiet HEAD --` ]
|
if [ ! `git diff-index --quiet HEAD --` ]
|
||||||
then
|
then
|
||||||
# Push changes to transifex
|
# Push changes to transifex
|
||||||
tx push -st
|
tx --debug --traceback push -st
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user