Source code

Revision control

Copy as Markdown

Other Tools

commit b0e40cd42630f1c106aca3812ab3326262b5fd2a
Author: Julian Descottes <jdescottes@mozilla.com>
Date: Tue Aug 20 19:45:09 2024 +0000
Bug 1912239 - [puppeteer] Remove -S parameter in Shebang from mocha-runner script because it's not supported in CI r=webdriver-reviewers,whimboo
diff --git a/remote/test/puppeteer/tools/mocha-runner/src/mocha-runner.ts b/remote/test/puppeteer/tools/mocha-runner/src/mocha-runner.ts
index 05dbc3deaa87..93287abe74f1 100644
--- a/remote/test/puppeteer/tools/mocha-runner/src/mocha-runner.ts
+++ b/remote/test/puppeteer/tools/mocha-runner/src/mocha-runner.ts
@@ -1,4 +1,4 @@
-#! /usr/bin/env -S node
+#! /usr/bin/env node
/**
* @license