summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2015-01-08 13:37:32 +0100
committerBen Noordhuis <info@bnoordhuis.nl>2015-01-08 23:21:18 +0100
commit3e7a25dd95194269fd112aa5677fc5e6d4156135 (patch)
tree9b440c384fc7031893ab51c1684fad70b86ce50f /Makefile
parent57a2cab76953269c0807dc3964004a9c968c27fe (diff)
downloadnode-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--Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 27ffb114df..ec22487081 100644
--- a/Makefile
+++ b/Makefile
@@ -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