zuul/tests/fixtures/config/ansible/git
Tobias Henkel 542f948952 Check ret for None in zuul_run_command
The check 'if not ret' not only matches a missing return code but also
the value 0 which is actually a successful run. Thus successful
commands end with an error 'Something went horribly wrong during task
execution'. This can be fixed by explicitly checking for None.

Also adds a successful shell task to the test_playbook test case which
fails without this patch.

Change-Id: If1d0721574a82e247659ab0f865ae6acfe12a6be
2017-07-11 10:28:09 +02:00
..
bare-role/tasks Add support for roles in zuul 2017-02-17 08:52:56 -08:00
common-config Check ret for None in zuul_run_command 2017-07-11 10:28:09 +02:00
org_project Fix and test report urls for unknown failures 2017-06-28 20:45:57 +02:00