Skip to content

Fix test search in run-test-pass.sh #97

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 27, 2015

Conversation

galpeter
Copy link
Contributor

Using the find program with an argument "*" could lead to problems.
If there are ".js" files in the executing directory then the
shell replaces the asterisk with that filenames.

The fix is simple: quote the argument which has the asterisk.

JerryScript-DCO-1.0-Signed-off-by: Peter Gal pgal.u-szeged@partner.samsung.com

@galpeter galpeter added minor infrastructure Related to GH Actions or the tested targets labels May 22, 2015
@LaszloLango
Copy link
Contributor

LGTM

@egavrin
Copy link
Contributor

egavrin commented May 26, 2015

make push

@egavrin egavrin self-assigned this May 27, 2015
Using the find program with an argument "*" could lead to problems.
If there are ".js" files in the executing directory then the
shell replaces the asterisk with that filenames.

The fix is simple: quote the argument which has the asterisk.

JerryScript-DCO-1.0-Signed-off-by: Peter Gal pgal.u-szeged@partner.samsung.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infrastructure Related to GH Actions or the tested targets minor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants