testing: compile with lower priority

Compile jobs are not timing sensitive, so run them with lower priority than
test jobs. This becomes relevant when multiple runtests.py instances are
active.
This commit is contained in:
Patrick Ohly 2013-12-17 02:26:47 -08:00
parent 9a1fbcab5e
commit 55b4056f0c

View file

@ -1034,7 +1034,7 @@ parser.add_option("", "--setup-command",
type="string", dest="setupcmd", type="string", dest="setupcmd",
help="invoked with <test name> <args to start syncevolution>, should setup local account for the test") help="invoked with <test name> <args to start syncevolution>, should setup local account for the test")
parser.add_option("", "--make-command", parser.add_option("", "--make-command",
type="string", dest="makecmd", default="make", type="string", dest="makecmd", default="nice make",
help="command to use instead of plain make, for example 'make -j'") help="command to use instead of plain make, for example 'make -j'")
parser.add_option("", "--sanity-checks", parser.add_option("", "--sanity-checks",
action="store_true", dest="sanitychecks", default=False, action="store_true", dest="sanitychecks", default=False,