From 45262d4e508cc9cfad303454b7758880e0097c10 Mon Sep 17 00:00:00 2001 From: Marius Hein Date: Tue, 11 Jun 2013 16:13:35 +0200 Subject: [PATCH] Unify test runners options, args and output Test commit refs #4244 --- test/php/checkswag | 1 + 1 file changed, 1 insertion(+) diff --git a/test/php/checkswag b/test/php/checkswag index b5211a2b0..85701f763 100755 --- a/test/php/checkswag +++ b/test/php/checkswag @@ -101,6 +101,7 @@ def main(): # Application invocation.. execute_command([application_path] + DEFAULT_ARGS + command_options + arguments) + return 0