Bug 1286075: remove trailing newline in env var; r?maja_zf draft
authorDustin J. Mitchell <dustin@mozilla.com>
Fri, 09 Sep 2016 21:12:36 +0000
changeset 412765 66fe4ff47de8e843d4ab3b8a5bbb297b556233bc
parent 412764 f2529fc05013708bfb4040eb18bfae6c9030bfad
child 412766 6622eabd47544cb84676b7b65ab6a250d8e28708
push id29252
push userdmitchell@mozilla.com
push dateMon, 12 Sep 2016 19:16:39 +0000
reviewersmaja_zf
bugs1286075
milestone51.0a1
Bug 1286075: remove trailing newline in env var; r?maja_zf MozReview-Commit-ID: FebGZoVfVdj
taskcluster/ci/marionette-harness/kind.yml
--- a/taskcluster/ci/marionette-harness/kind.yml
+++ b/taskcluster/ci/marionette-harness/kind.yml
@@ -25,17 +25,17 @@ jobs:
             tier: 2
             symbol: tc(Mn-h)
         worker-type: aws-provisioner-v1/desktop-test-xlarge
         worker:
             implementation: docker-worker
             docker-image: {in-tree: desktop-build}  # NOTE: better to use the lint image
             env:
                 JOB_SCRIPT: "taskcluster/scripts/tester/harness-test-linux.sh"
-                MOZHARNESS_SCRIPT: "testing/mozharness/scripts/marionette_harness_tests.py\n" # NOTE: remove trailing newline
+                MOZHARNESS_SCRIPT: "testing/mozharness/scripts/marionette_harness_tests.py"
                 TOOLS_DISABLE: "true"
                 TOOLTOOL_REPO: "https://github.com/mozilla/build-tooltool"
                 TOOLTOOL_REV: "master"
             artifacts:
               - name: public/logs/
                 path: /home/worker/workspace/mozharness_workspace/upload/logs/
                 type: directory
             command: