servo/python/servo
Ms2ger c15fa8bf25 Use call rather than check_call in jquery_test_runner.
The contract for mach commands is to return zero / non-zero to indicate
success / failure, rather than throwing an exception. Since run_jquery.py
uses a 1 exit code when there are unexpected results, this would cause an
exception from check_call, which would then be printed with a stack trace.
2016-03-16 14:47:26 +01:00
..
__init__.py Fix tidy issues with Python files in python/ 2015-06-02 19:51:41 -04:00
bootstrap_commands.py Remove submodule update from mach bootstrap. Fixes #10010 2016-03-16 00:02:15 +05:30
build_commands.py Fix for gonk bootstrapping 2016-02-23 02:29:06 +01:00
command_base.py Remove submodule update from mach bootstrap. Fixes #10010 2016-03-16 00:02:15 +05:30
devenv_commands.py adding check for windows then using Scripts instead of bin 2016-01-22 19:27:29 -06:00
post_build_commands.py Add --browserhtml/-b command to ./mach run 2016-03-04 15:07:32 -07:00
testing_commands.py Use call rather than check_call in jquery_test_runner. 2016-03-16 14:47:26 +01:00