Unify test runners options, args and output

Test commit

refs #4244
This commit is contained in:
Marius Hein 2013-06-11 16:13:35 +02:00 committed by Eric Lippmann
parent 2909605f96
commit 45262d4e50
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ def main():
# Application invocation..
execute_command([application_path] + DEFAULT_ARGS +
command_options + arguments)
return 0