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
This commit is contained in:
Bart Van Assche
2015-12-11 18:31:49 +00:00
parent e4a852e599
commit 9484c62c41

View File

@@ -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