From 9484c62c419e757e28a0e77a86d83e27e482bb18 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Fri, 11 Dec 2015 18:31:49 +0000 Subject: [PATCH] scstadmin.sysfs/Makefile: Add and comment out TEST_VERBOSE=1 git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6732 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scstadmin/scstadmin.sysfs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scstadmin/scstadmin.sysfs/Makefile b/scstadmin/scstadmin.sysfs/Makefile index 3a41eeb89..e9c01f486 100644 --- a/scstadmin/scstadmin.sysfs/Makefile +++ b/scstadmin/scstadmin.sysfs/Makefile @@ -24,7 +24,7 @@ perl-module: $(MAKE) -C scst-$(MODULE_VERSION) test: - $(MAKE) -C scst-$(MODULE_VERSION) test + $(MAKE) -C scst-$(MODULE_VERSION) test #TEST_VERBOSE=1 clean: -$(MAKE) -C scst-$(MODULE_VERSION) clean