You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Julien Gilli
23cda7d9de
test: fix test.py command line options processing
https://github.com/nodejs/node/pull/11086 had introduced a regression
that broke command line options processing for tools/test.py.
Basically, it made tools/test.py discard the command line argument that
would be passed after `--abort-on-timeout`. For instance, when running:
```
$ python tools/test.py --abort-on-timeout path/to/some-test
```
all tests would be run because the last command line argument
(`/path/to/some-test`) would be discarded.
This change fixes this regression.
Refs: https://github.com/nodejs/node/pull/11086
PR-URL: https://github.com/nodejs/node/pull/11153
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
8 years ago
..
configure.d
tools: remove unnecessary imports and assignments
9 years ago
doc
doc: add documentation for url.format(URL[, options]);
8 years ago
eslint
eslint: remove dangling eslint symlink
8 years ago
eslint-rules
tools,test: enforce assert.ifError with lint rule
8 years ago
gyp
deps: backport GYP fix to fix AIX shared suffix
8 years ago
icu
deps: Intl: ICU 58 bump: configure/LICENSE/docs
8 years ago
msvs
win,msi: add required UIRef for localized strings
8 years ago
osx-pkg.pmdoc
build: fix .pkg creation tooling
9 years ago
pkgsrc
build: add pkgsrc rule
12 years ago
rpm
tools: add --prof-process flag to node binary
9 years ago
Makefile
timers: backport f8193ab
11 years ago
certdata.txt
tools: update certdata.txt
9 years ago
check-imports.py
tools: rewrite check-install.sh in python
9 years ago
compress_json.py
src: add /json/protocol endpoint to inspector
8 years ago
cpplint.py
tools: allow cpplint to run outside git repo
9 years ago
create_android_makefiles
build: add script to create Android .mk files
9 years ago
create_expfile.sh
build: fix dependencies on AIX
8 years ago
genv8constants.py
Revert "sunos: unbreak build after v8 downgrade"
12 years ago
getmoduleversion.py
build: configure --shared
9 years ago
getnodeversion.py
build: configure --shared
9 years ago
gyp_node.py
build: don't compile with -B, redux
9 years ago
install.py
build: add correct shared library naming on OS X
9 years ago
js2c.py
src,tools: speed up startup by 2.5%
8 years ago
jslint.js
tools: add -F flag for fixing lint issues
9 years ago
license-builder.sh
tools: update license-builder.sh for v8_inspector
9 years ago
license2rtf.js
lib,tools: remove unneeded escaping of /
8 years ago
lsan_suppressions.txt
build: add --enable-asan with builtin leakcheck
9 years ago
macosx-firewall.sh
tools: add macosx-firwall script to avoid popups
8 years ago
make-v8.sh
v8: update make-v8.sh to use git
8 years ago
mk-ca-bundle.pl
tools: output include guards in mk-ca-bundle.pl
9 years ago
mkssldef.py
build: export zlib symbols on Windows
9 years ago
osx-codesign.sh
build: update build targets for io.js
10 years ago
osx-pkg-postinstall.sh
Include NPM, update .pkg to install it.
13 years ago
osx-productsign.sh
build: update build targets for io.js
10 years ago
release.sh
tools: use long format for gpg fingerprint
8 years ago
run-valgrind.py
tools: make run-valgrind.py useful
8 years ago
sign.bat
win,build: try multiple timeservers when signing
8 years ago
specialize_node_d.py
tools: remove unnecessary imports and assignments
9 years ago
test-npm.sh
tools: update npm test tooling for 3.3.10+
9 years ago
test.py
test: fix test.py command line options processing
8 years ago
update-authors.sh
doc: make tools/update-authors.sh cross-platform
10 years ago
utils.py
build: enable compilation for linuxOne
9 years ago