summaryrefslogtreecommitdiff
path: root/test/TEST-30-ISCSI
diff options
context:
space:
mode:
authorHarald Hoyer <harald@redhat.com>2012-07-11 09:33:32 +0200
committerHarald Hoyer <harald@redhat.com>2012-07-11 09:33:32 +0200
commit3e1d48fd1279b46a837ed3835f6e686ac9120c4d (patch)
treebe33d0e6d63222543e22786878dec181383b3aba /test/TEST-30-ISCSI
parent83a420674b7c1328ffb944678619595a431ffa48 (diff)
downloaddracut-3e1d48fd1279b46a837ed3835f6e686ac9120c4d.tar.gz
dracut-3e1d48fd1279b46a837ed3835f6e686ac9120c4d.tar.bz2
dracut-3e1d48fd1279b46a837ed3835f6e686ac9120c4d.zip
test: add support for: make V=1 TESTS="01 20 40" check
$ sudo make V=1 clean check now runs the testsuite in verbose mode $ sudo make TESTS="01 20 40" clean check now only runs the 01, 20 and 40 tests.
Diffstat (limited to 'test/TEST-30-ISCSI')
-rw-r--r--test/TEST-30-ISCSI/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/TEST-30-ISCSI/Makefile b/test/TEST-30-ISCSI/Makefile
index bc0ddb61..3cc89932 100644
--- a/test/TEST-30-ISCSI/Makefile
+++ b/test/TEST-30-ISCSI/Makefile
@@ -1,8 +1,8 @@
all:
- @make -s --no-print-directory -C ../.. all
- @basedir=../.. testdir=../ ./test.sh --all
+ $(MAKE) -s --no-print-directory -C ../.. all
+ V=$(V) basedir=../.. testdir=../ ./test.sh --all
setup:
- @make --no-print-directory -C ../.. all
+ @$(MAKE) --no-print-directory -C ../.. all
@basedir=../.. testdir=../ ./test.sh --setup
clean:
@basedir=../.. testdir=../ ./test.sh --clean