From: Harald Hoyer Date: Wed, 11 Jul 2012 13:23:21 +0000 (+0200) Subject: test: silence "make all" X-Git-Tag: 021~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2723ebba9aab6ddac685c9f2afa4c902cf6feae0;p=thirdparty%2Fdracut.git test: silence "make all" --- diff --git a/test/TEST-01-BASIC/Makefile b/test/TEST-01-BASIC/Makefile index 3cc899323..aad270594 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 diff --git a/test/TEST-02-SYSTEMD/Makefile b/test/TEST-02-SYSTEMD/Makefile index 3cc899323..aad270594 100644 --- a/test/TEST-02-SYSTEMD/Makefile +++ b/test/TEST-02-SYSTEMD/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 diff --git a/test/TEST-03-USR-MOUNT/Makefile b/test/TEST-03-USR-MOUNT/Makefile index 3cc899323..aad270594 100644 --- a/test/TEST-03-USR-MOUNT/Makefile +++ b/test/TEST-03-USR-MOUNT/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 diff --git a/test/TEST-04-FULL-SYSTEMD/Makefile b/test/TEST-04-FULL-SYSTEMD/Makefile index 3cc899323..aad270594 100644 --- a/test/TEST-04-FULL-SYSTEMD/Makefile +++ b/test/TEST-04-FULL-SYSTEMD/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 diff --git a/test/TEST-10-RAID/Makefile b/test/TEST-10-RAID/Makefile index 3cc899323..aad270594 100644 --- a/test/TEST-10-RAID/Makefile +++ b/test/TEST-10-RAID/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 diff --git a/test/TEST-11-LVM/Makefile b/test/TEST-11-LVM/Makefile index 3cc899323..aad270594 100644 --- a/test/TEST-11-LVM/Makefile +++ b/test/TEST-11-LVM/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 diff --git a/test/TEST-12-RAID-DEG/Makefile b/test/TEST-12-RAID-DEG/Makefile index 3cc899323..aad270594 100644 --- a/test/TEST-12-RAID-DEG/Makefile +++ b/test/TEST-12-RAID-DEG/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 diff --git a/test/TEST-13-ENC-RAID-LVM/Makefile b/test/TEST-13-ENC-RAID-LVM/Makefile index 3cc899323..aad270594 100644 --- a/test/TEST-13-ENC-RAID-LVM/Makefile +++ b/test/TEST-13-ENC-RAID-LVM/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 diff --git a/test/TEST-15-BTRFSRAID/Makefile b/test/TEST-15-BTRFSRAID/Makefile index 3cc899323..aad270594 100644 --- a/test/TEST-15-BTRFSRAID/Makefile +++ b/test/TEST-15-BTRFSRAID/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 diff --git a/test/TEST-16-DMSQUASH/Makefile b/test/TEST-16-DMSQUASH/Makefile index 3cc899323..aad270594 100644 --- a/test/TEST-16-DMSQUASH/Makefile +++ b/test/TEST-16-DMSQUASH/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 diff --git a/test/TEST-20-NFS/Makefile b/test/TEST-20-NFS/Makefile index 3cc899323..aad270594 100644 --- a/test/TEST-20-NFS/Makefile +++ b/test/TEST-20-NFS/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 diff --git a/test/TEST-30-ISCSI/Makefile b/test/TEST-30-ISCSI/Makefile index 3cc899323..aad270594 100644 --- a/test/TEST-30-ISCSI/Makefile +++ b/test/TEST-30-ISCSI/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 diff --git a/test/TEST-40-NBD/Makefile b/test/TEST-40-NBD/Makefile index 3cc899323..aad270594 100644 --- a/test/TEST-40-NBD/Makefile +++ b/test/TEST-40-NBD/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 diff --git a/test/TEST-50-MULTINIC/Makefile b/test/TEST-50-MULTINIC/Makefile index 3cc899323..aad270594 100644 --- a/test/TEST-50-MULTINIC/Makefile +++ b/test/TEST-50-MULTINIC/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 diff --git a/test/TEST-99-RPM/Makefile b/test/TEST-99-RPM/Makefile index 3cc899323..aad270594 100644 --- a/test/TEST-99-RPM/Makefile +++ b/test/TEST-99-RPM/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