From f75de36e911ac72b3325e1074a627f067cc61fd1 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Tue, 17 Nov 2015 19:35:55 -0500 Subject: Revert "Bug 1224649 - Docker and QA scripts should just use the same checksetup_answers.txt file" This reverts commit d36474ad4d0c34e5f1d2d1488ca550166565e2f0. --- taskgraph.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/taskgraph.json b/taskgraph.json index 8ce3c1236..aa89eb097 100644 --- a/taskgraph.json +++ b/taskgraph.json @@ -17,7 +17,7 @@ "workerType": "b2gtest", "payload": { "image": "dklawren/webtools-bmo-bugzilla", - "command": ["/scripts/runtests.sh"], + "command": ["/runtests.sh"], "env": { "TEST_SUITE": "sanity" }, @@ -47,7 +47,7 @@ "workerType": "b2gtest", "payload": { "image": "dklawren/webtools-bmo-bugzilla", - "command": ["/scripts/runtests.sh"], + "command": ["/runtests.sh"], "env": { "TEST_SUITE": "docs" }, @@ -77,7 +77,7 @@ "workerType": "b2gtest", "payload": { "image": "dklawren/webtools-bmo-bugzilla", - "command": ["/scripts/runtests.sh"], + "command": ["/runtests.sh"], "env": { "TEST_SUITE": "webservices" }, @@ -112,7 +112,7 @@ "workerType": "b2gtest", "payload": { "image": "dklawren/webtools-bmo-bugzilla", - "command": ["/scripts/runtests.sh"], + "command": ["/runtests.sh"], "env": { "TEST_SUITE": "selenium" }, -- cgit v1.2.3-24-g4f1b