deckhand/tools
Felipe Monteiro ba1fe1c9ec Fix pifpaf not returning error code upon test failure
For whatever reason, the following command:

   pifpaf run postgresql -- <test command>

is not returning a non-zero error code on test failure.

(An example print out is included below.)

This PS updates pretty_tox.sh to forcibly raise a non-zero error
code in the event of test failure. It also renames the script
to run_pifpaf.sh to be more intuitive.

Example:

======
Totals
======
Ran: 7 tests in 5.7673 sec.
 - Passed: 6
 - Skipped: 0
 - Expected Fail: 0
 - Unexpected Success: 0
 - Failed: 1
Sum of execute time for each test: 2.6962 sec.

==============
Worker Balance
==============
 - Worker 0 (7 tests) => 0:00:02.698323
+ exit 0

  py35: commands succeeded
  congratulations :)

Change-Id: I7b1fa9d42295d06752997f251a0ec14082b44d03
2018-01-15 17:01:34 -05:00
..
functional-tests.sh Sorting/filtering for rendered-documents. 2018-01-15 15:25:08 -04:00
helm_tk.sh Deckhand Makefile for CICD 2017-10-30 16:21:49 -04:00
run_pifpaf.sh Fix pifpaf not returning error code upon test failure 2018-01-15 17:01:34 -05:00
unit-tests.sh Revert fix pifpaf run postgresql failing 2018-01-12 11:57:44 -04:00