Add banners for nicer test output
authorPanu Matilainen <pmatilai@redhat.com>
Sat, 22 Nov 2008 11:26:43 +0000 (13:26 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Sat, 22 Nov 2008 11:26:43 +0000 (13:26 +0200)
tests/rpmbuild.at
tests/rpmconfig.at
tests/rpmconflict.at
tests/rpmdb.at
tests/rpmgeneral.at
tests/rpmi.at
tests/rpmmacro.at
tests/rpmquery.at
tests/rpmtests.at
tests/rpmvercmp.at

index 0d26b69..aa67e37 100644 (file)
@@ -16,6 +16,8 @@
 #    along with this program; if not, write to the Free Software
 #    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 
+AT_BANNER([RPM build])
+
 # ------------------------------
 # Check if rpmbuild -ba *.spec works
 AT_SETUP([rpmbuild -ba *.spec])
index db16307..6f33f94 100644 (file)
@@ -1,5 +1,7 @@
 #    rpmvercmp.at: rpm config file behavior tests
 
+AT_BANNER([RPM config file behavior])
+
 # ------------------------------
 # (Build and) upgrade package with config file, no backup here
 AT_SETUP([rpm -U to package with unchanged config file])
index 5b72c89..a846d7b 100644 (file)
@@ -1,4 +1,6 @@
-#    rpmvercmp.at: rpm version comparison tests
+#    rpmconflict.at: rpm file conflict tests
+
+AT_BANNER([RPM file conflicts])
 
 # ------------------------------
 # (Build and) install conflicting package (should fail)
index 9da741b..3180538 100644 (file)
@@ -16,6 +16,7 @@
 #    along with this program; if not, write to the Free Software
 #    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 
+AT_BANNER([RPM database access])
 
 # ------------------------------
 # Attempt to initialize a rpmdb
index fbe267e..bc0d93b 100644 (file)
@@ -16,6 +16,8 @@
 #    along with this program; if not, write to the Free Software
 #    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 
+AT_BANNER([Basic tests])
+
 # ------------------------------
 AT_SETUP([rpm --version])
 AT_CHECK([run rpm --version],[0],
index 4ed4a9c..fd8baba 100644 (file)
@@ -16,6 +16,8 @@
 #    along with this program; if not, write to the Free Software
 #    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 
+AT_BANNER([RPM install tests])
+
 # ------------------------------
 # Check if rpm -U *.src.rpm works
 AT_SETUP([rpm -U *.src.rpm])
index 5e66104..0d21342 100644 (file)
@@ -1,5 +1,6 @@
 #    rpmmacro.at: test rpm macros
 #
+AT_BANNER([RPM macros])
 
 # ------------------------------
 AT_SETUP([simple rpm --eval])
index f450f1c..cc2bf82 100644 (file)
@@ -16,6 +16,8 @@
 #    along with this program; if not, write to the Free Software
 #    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 
+AT_BANNER([RPM queries])
+
 # ------------------------------
 AT_SETUP([rpm --qf -p *.i386.rpm])
 AT_CHECK([
index 87a86b4..37c7ec4 100644 (file)
@@ -1,9 +1,9 @@
-#m4_include([rpmgeneral.at])
-#m4_include([rpmquery.at])
-#m4_include([rpmdb.at])
-#m4_include([rpmi.at])
-#m4_include([rpmbuild.at])
-#m4_include([rpmvercmp.at])
-#m4_include([rpmconflict.at])
-#m4_include([rpmconfig.at])
+m4_include([rpmgeneral.at])
+m4_include([rpmquery.at])
+m4_include([rpmdb.at])
+m4_include([rpmi.at])
+m4_include([rpmbuild.at])
+m4_include([rpmvercmp.at])
+m4_include([rpmconflict.at])
+m4_include([rpmconfig.at])
 m4_include([rpmmacro.at])
index 08b8df8..a125f3a 100644 (file)
@@ -1,5 +1,7 @@
 #    rpmvercmp.at: rpm version comparison tests
 
+AT_BANNER([RPM version comparison])
+
 # ------------------------------
 # Test normal upgrade
 AT_SETUP([rpm -U upgrade to newer])