summaryrefslogtreecommitdiff
path: root/test/TEST-01-BASIC
diff options
context:
space:
mode:
authorHarald Hoyer <harald@redhat.com>2012-07-11 15:23:21 +0200
committerHarald Hoyer <harald@redhat.com>2012-07-11 15:23:21 +0200
commit2723ebba9aab6ddac685c9f2afa4c902cf6feae0 (patch)
treeb741861d17e07d3b199c1717e207a1ad78cde746 /test/TEST-01-BASIC
parentbadda27f61706a4ceed2098b2057c3ec0206617d (diff)
downloaddracut-2723ebba9aab6ddac685c9f2afa4c902cf6feae0.tar.gz
dracut-2723ebba9aab6ddac685c9f2afa4c902cf6feae0.tar.bz2
dracut-2723ebba9aab6ddac685c9f2afa4c902cf6feae0.zip
test: silence "make all"
Diffstat (limited to 'test/TEST-01-BASIC')
-rw-r--r--test/TEST-01-BASIC/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/TEST-01-BASIC/Makefile b/test/TEST-01-BASIC/Makefile
index 3cc89932..aad27059 100644
--- a/test/TEST-01-BASIC/Makefile
+++ b/test/TEST-01-BASIC/Makefile
@@ -1,6 +1,6 @@
all:
- $(MAKE) -s --no-print-directory -C ../.. all
- V=$(V) 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
@basedir=../.. testdir=../ ./test.sh --setup