Skip to content

make test says argument list is too long #92

@giuscri

Description

@giuscri

Checklist

Please ensure the following tasks are completed before filing an issue.

  • Read and understood the Code of Conduct.
  • Searched for existing issues and pull requests.
  • If this is a general question, searched the FAQ for an existing answer.
  • If this is a feature request, the issue name begins with RFC: .

Description

Description of the issue (or feature request).

While setting up the development environment, if I run make test I get the following output

$ make test
make: execvp: /bin/sh: Argument list too long
make: *** [/home/g/stdlib/tools/make/lib/test/javascript.mk:35: test-javascript-local] Error 127

Other

Any other information relevant to this issue (or feature request)? This may include screenshots, references, stack traces, sample output, and/or implementation notes.

$ cat .git/refs/heads/develop
e920ce317ed95adef324aeae09e903849cb25a70

Reproduction

If this issue is a bug report, what steps are required to reproduce the unexpected output? (If this is a feature request, remove this section.)

In order to reproduce this bug, do the following:

  • Clone the repository, and cd to it
  • make install
  • make test

Expected Results

What are the expected results? (If this is a feature request, remove this section.)

The following results are expected:

Correctly run the tests

Actual Results

What are the actual results? (If this is a feature request, remove this section.)

The following are the actual results:

make test exits with status=2, error=127

Environments

If this issue is a bug report, what environments are affected; e.g., Node v0.4.x, Chrome, IE 11? If Node.js, include the npm version, operating system, and any other potentially relevant platform information. (If this is a feature request, remove this section.)

The following environments are affected:

  • nodejs v7.10.0

Metadata

Metadata

Assignees

Labels

BugSomething isn't working.ToolsIssue or pull request related to project tooling.

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions