Skip to content

Fix: Missing shebang#1670

Closed
PrinceSajjadHussain wants to merge 1 commit intophp:mainfrom
PrinceSajjadHussain:fix-b26fce83
Closed

Fix: Missing shebang#1670
PrinceSajjadHussain wants to merge 1 commit intophp:mainfrom
PrinceSajjadHussain:fix-b26fce83

Conversation

@PrinceSajjadHussain
Copy link
Copy Markdown

The javascript files lack a shebang at the top of the file. This means they can't be executed directly.

Fix:
--- a/testdata/load-test.js
+++ b/testdata/load-test.js
@@ -1,3 +1,5 @@
+#!/usr/bin/env node
+
import http from 'k6/http'
import { check } from 'k6'

@PrinceSajjadHussain
Copy link
Copy Markdown
Author

please merge this pull request @rquadling @beberlei @DracoBlue @samdark

@dunglas dunglas closed this Jun 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants