From 668111f3f77f4547f1d02e35000091de7eaa8b06 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Fri, 7 Mar 2014 16:54:58 +0000 Subject: [PATCH] alias p -> phantomjs --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index 4cc9211..812b258 100644 --- a/test/Makefile +++ b/test/Makefile @@ -32,7 +32,7 @@ test: check terse: $(MIKE) jasmine-node --noColor --captureExceptions --forceexit spec -phantomjs: +phantomjs p: ${PHANTOMJS} phantom/evaluate.js ${PHANTOMJS_URL} ${PHANTOMJS_TIMEOUT} screenshot: -- 1.7.10.4