Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
add-backup-file-for-config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
shako committed Jul 9, 2015
1 parent c085c23 commit f32cb28
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions mcts/config.json.bak
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{"version": "2.2",
"suites": [
["cert", {"cmd": "cert",
"run_args": ["--version=%(version)s",
"--result-file=%(temp_dir)s/cert_results.json",
"--html-result-file=%(temp_dir)s/cert_results.html"],
"extra_files": ["%(temp_dir)s/cert_results.json",
"%(temp_dir)s/cert_results.html",
"%(temp_dir)s/omni_diff_report.html"]}],
["webapi", {"cmd": "webapirunner",
"run_args": ["--version=%(version)s"]}],
["web-platform-tests", {"cmd": "wptrunner",
"common_args": ["--include-manifest=mcts/web-platform-tests/include.ini", "--config=mcts/web-platform-tests/wptrunner.ini"],
"run_args": ["--product=b2g", "--test-type=testharness", "--b2g-no-backup"]}],
["security", {"cmd": "securityrunner", "run_args":["--version=%(version)s"]}]
]
}

0 comments on commit f32cb28

Please sign in to comment.