diff options
author | Ben Noordhuis <info@bnoordhuis.nl> | 2015-01-08 13:37:32 +0100 |
---|---|---|
committer | Ben Noordhuis <info@bnoordhuis.nl> | 2015-01-08 23:21:18 +0100 |
commit | 3e7a25dd95194269fd112aa5677fc5e6d4156135 (patch) | |
tree | 9b440c384fc7031893ab51c1684fad70b86ce50f /Makefile | |
parent | 57a2cab76953269c0807dc3964004a9c968c27fe (diff) | |
download | node-new-3e7a25dd95194269fd112aa5677fc5e6d4156135.tar.gz |
test: remove --use-http1 test runner flag
The flag was used for a short while during the v0.5 development cycle,
four years ago. Remove it, it's long overdue.
PR-URL: https://github.com/iojs/io.js/pull/262
Reviewed-By: Bert Belder <bertbelder@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -99,9 +99,6 @@ test: all test-parallel: all $(PYTHON) tools/test.py --mode=release parallel -J -test-http1: all - $(PYTHON) tools/test.py --mode=release --use-http1 sequential parallel message - test-valgrind: all $(PYTHON) tools/test.py --mode=release --valgrind sequential parallel message @@ -128,9 +125,6 @@ test-all: test-build test/gc/node_modules/weak/build/Release/weakref.node $(PYTHON) tools/test.py --mode=debug,release make test-npm -test-all-http1: test-build - $(PYTHON) tools/test.py --mode=debug,release --use-http1 - test-all-valgrind: test-build $(PYTHON) tools/test.py --mode=debug,release --valgrind |