summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeremiah Senkpiel <fishrock123@rocketmail.com>2016-05-20 19:05:54 -0400
committerJeremiah Senkpiel <fishrock123@rocketmail.com>2016-06-01 18:59:01 -0400
commit88804b84ecb298d9e6525a6fbd0266ea5c357c35 (patch)
tree61b79fd57e3472b7e9c979b98690fec1e263f60a /Makefile
parent98de4abae3e9d5d8890d0f1017aa116a4b87b7e1 (diff)
downloadnode-new-88804b84ecb298d9e6525a6fbd0266ea5c357c35.tar.gz
test: test TTY problems by fakeing a TTY using openpty
Many thanks to thefourtheye and addaleax who helped make the python bits of this possible. See https://github.com/nodejs/node/issues/6980 for more info regarding the related TTY issues. Refs: https://github.com/nodejs/node/issues/6456 Refs: https://github.com/nodejs/node/pull/6773 Refs: https://github.com/nodejs/node/pull/6816 PR-URL: https://github.com/nodejs/node/pull/6895 Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Anna Henningsen <anna@addaleax.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9a5bbf2f79..bf8adc8842 100644
--- a/Makefile
+++ b/Makefile
@@ -118,7 +118,7 @@ test: all
$(MAKE) build-addons
$(MAKE) cctest
$(PYTHON) tools/test.py --mode=release -J \
- addon doctool known_issues message parallel sequential
+ addon doctool known_issues message pseudo-tty parallel sequential
$(MAKE) lint
test-parallel: all
@@ -183,7 +183,8 @@ test-all-valgrind: test-build
test-ci: | build-addons
$(PYTHON) tools/test.py $(PARALLEL_ARGS) -p tap --logfile test.tap \
--mode=release --flaky-tests=$(FLAKY_TESTS) \
- $(TEST_CI_ARGS) addons doctool known_issues message parallel sequential
+ $(TEST_CI_ARGS) addons doctool known_issues message pseudo-tty parallel \
+ sequential
test-release: test-build
$(PYTHON) tools/test.py --mode=release