Skip to content

Commit

Permalink
Testing use case with no file available to push
Browse files Browse the repository at this point in the history
  • Loading branch information
diegobz committed Mar 16, 2017
1 parent 7d84af3 commit ff7cd96
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions contrib/tx_commands.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ echo "Pushing Brazilian..."
yes | $TX --traceback push -t -l pt_BR -f
yes | $TX --traceback pull -l pt_BR -f

echo "Pushing a file that doesn't exist..."
yes | $TX --traceback push -t -l pt_PT -f

# try to download translation xliff
echo "Pulling xliff for pt_BR"
$TX --traceback pull -l pt_BR --xliff
Expand Down

0 comments on commit ff7cd96

Please sign in to comment.