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

Commit

Permalink
Bug 824606 - Need to update emulator in tooltool for B2G emulator tes…
Browse files Browse the repository at this point in the history
…ting for Bug 816893 r=jgriffin
  • Loading branch information
Callek committed Dec 28, 2012
1 parent 3fcdfb8 commit 0e648d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions configs/b2g/emulator_automation_config.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# This is a template config file for b2g emulator unittest production.

EMULATOR_MANIFEST = """[{
"size": 628454105,
"digest": "4523bcf9bbb14631ead014cd6f3662bfce1b90981dde43b680b0a68e606fa6e1e05f43efd9fd69436b733f819ccd812a8a7ad8af0834241826eca1396b0ef10a",
"size": 615398796,
"digest": "db59094fb366ddb407083edb19ee695146d70a5c110e088f22349148e3d314a0d6261272e1781a5404db2e5bc6dc4be283c5eb76b4ebb32193f2f099ac343ca5",
"algorithm": "sha512",
"filename": "emulator.zip"
}]
Expand Down
4 changes: 2 additions & 2 deletions configs/marionette/automation_emulator_config.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# This is a template config file for marionette production.

EMULATOR_MANIFEST = """[{
"size": 628454105,
"digest": "4523bcf9bbb14631ead014cd6f3662bfce1b90981dde43b680b0a68e606fa6e1e05f43efd9fd69436b733f819ccd812a8a7ad8af0834241826eca1396b0ef10a",
"size": 615398796,
"digest": "db59094fb366ddb407083edb19ee695146d70a5c110e088f22349148e3d314a0d6261272e1781a5404db2e5bc6dc4be283c5eb76b4ebb32193f2f099ac343ca5",
"algorithm": "sha512",
"filename": "emulator.zip"
}]
Expand Down

0 comments on commit 0e648d3

Please sign in to comment.