219 lines
8.2 KiB
Diff
219 lines
8.2 KiB
Diff
|
From 2723ebba9aab6ddac685c9f2afa4c902cf6feae0 Mon Sep 17 00:00:00 2001
|
||
|
From: Harald Hoyer <harald@redhat.com>
|
||
|
Date: Wed, 11 Jul 2012 15:23:21 +0200
|
||
|
Subject: [PATCH] test: silence "make all"
|
||
|
|
||
|
---
|
||
|
test/TEST-01-BASIC/Makefile | 4 ++--
|
||
|
test/TEST-02-SYSTEMD/Makefile | 4 ++--
|
||
|
test/TEST-03-USR-MOUNT/Makefile | 4 ++--
|
||
|
test/TEST-04-FULL-SYSTEMD/Makefile | 4 ++--
|
||
|
test/TEST-10-RAID/Makefile | 4 ++--
|
||
|
test/TEST-11-LVM/Makefile | 4 ++--
|
||
|
test/TEST-12-RAID-DEG/Makefile | 4 ++--
|
||
|
test/TEST-13-ENC-RAID-LVM/Makefile | 4 ++--
|
||
|
test/TEST-15-BTRFSRAID/Makefile | 4 ++--
|
||
|
test/TEST-16-DMSQUASH/Makefile | 4 ++--
|
||
|
test/TEST-20-NFS/Makefile | 4 ++--
|
||
|
test/TEST-30-ISCSI/Makefile | 4 ++--
|
||
|
test/TEST-40-NBD/Makefile | 4 ++--
|
||
|
test/TEST-50-MULTINIC/Makefile | 4 ++--
|
||
|
test/TEST-99-RPM/Makefile | 4 ++--
|
||
|
15 files changed, 30 insertions(+), 30 deletions(-)
|
||
|
|
||
|
diff --git a/test/TEST-01-BASIC/Makefile b/test/TEST-01-BASIC/Makefile
|
||
|
index 3cc8993..aad2705 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 3cc8993..aad2705 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 3cc8993..aad2705 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 3cc8993..aad2705 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 3cc8993..aad2705 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 3cc8993..aad2705 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 3cc8993..aad2705 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 3cc8993..aad2705 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 3cc8993..aad2705 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 3cc8993..aad2705 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 3cc8993..aad2705 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 3cc8993..aad2705 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 3cc8993..aad2705 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 3cc8993..aad2705 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 3cc8993..aad2705 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
|