From 95b3c8a16ab3072e59274e319f48e8ed7c05aea4 Mon Sep 17 00:00:00 2001 From: Logan Smyth Date: Mon, 26 Jun 2017 15:49:56 -0700 Subject: [PATCH] Revert "TEMP: Another quick test" This reverts commit 0005b9e4cf547f1bde9fddf95eeb65f528c957e3. --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index f66af2a6fd..57c978c8d0 100644 --- a/Makefile +++ b/Makefile @@ -52,7 +52,6 @@ test-only: test: lint test-only test-ci: - node -e "console.log('Node has TTY:', process.stdout.isTTY);" make bootstrap make test-only