Bug 1162456 - Part 2: Use --format=automation instead of --tinderbox. r=sfink

This commit is contained in:
Tooru Fujisawa 2015-05-08 05:05:45 +09:00
parent e32fa29dfd
commit 95431b9fd6
6 changed files with 7 additions and 7 deletions

View File

@ -134,7 +134,7 @@ check-style::
check-jit-test::
$(JITTEST_ASAN_ENV) $(wildcard $(RUN_TEST_PROGRAM)) $(PYTHON) -u $(srcdir)/jit-test/jit_test.py \
--no-slow --no-progress --tinderbox --jitflags=all \
--no-slow --no-progress --format=automation --jitflags=all \
$(JITTEST_VALGRIND_FLAG) \
$(JITTEST_EXTRA_ARGS) \
$(DIST)/bin/$(JS_SHELL_NAME)$(BIN_SUFFIX)
@ -143,7 +143,7 @@ check:: check-style
check-jstests:
$(wildcard $(RUN_TEST_PROGRAM)) $(PYTHON) -u $(srcdir)/tests/jstests.py \
--no-progress --tinderbox --timeout 300 \
--no-progress --format=automation --timeout 300 \
$(JSTESTS_EXTRA_ARGS) \
$(DIST)/bin/$(JS_SHELL_NAME)$(BIN_SUFFIX)

View File

@ -44,7 +44,7 @@ config = {
"--localLib=../tests/bin",
"--no-slow",
"--no-progress",
"--tinderbox",
"--format=automation",
"--jitflags=all"
],
"run_filename": "jit_test.py",

View File

@ -17,7 +17,7 @@ config = {
"tests/bin/js",
"--no-slow",
"--no-progress",
"--tinderbox",
"--format=automation",
"--jitflags=all"
],
"run_filename": "jit_test.py",

View File

@ -17,7 +17,7 @@ config = {
"tests/bin/js",
"--no-slow",
"--no-progress",
"--tinderbox",
"--format=automation",
"--jitflags=all"
],
"run_filename": "jit_test.py",

View File

@ -32,7 +32,7 @@ config = {
"tests/bin/js",
"--no-slow",
"--no-progress",
"--tinderbox",
"--format=automation",
"--jitflags=all"
],
"mozbase_options": [

View File

@ -17,7 +17,7 @@ config = {
"tests/bin/js",
"--no-slow",
"--no-progress",
"--tinderbox",
"--format=automation",
"--jitflags=all"
],
"run_filename": "jit_test.py",