summaryrefslogtreecommitdiffstats
path: root/testing/mozharness/configs/hazards/build_shell.py
diff options
context:
space:
mode:
Diffstat (limited to 'testing/mozharness/configs/hazards/build_shell.py')
-rw-r--r--testing/mozharness/configs/hazards/build_shell.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/mozharness/configs/hazards/build_shell.py b/testing/mozharness/configs/hazards/build_shell.py
new file mode 100644
index 000000000..16135705a
--- /dev/null
+++ b/testing/mozharness/configs/hazards/build_shell.py
@@ -0,0 +1,4 @@
+config = {
+ 'build_command': "build.shell",
+ 'expect_file': "expect.shell.json",
+}