]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Don't specify -q when running bsdcpio_test; it just prevents useful information from...
authorTim Kientzle <kientzle@gmail.com>
Mon, 10 Aug 2009 03:35:08 +0000 (23:35 -0400)
committerTim Kientzle <kientzle@gmail.com>
Mon, 10 Aug 2009 03:35:08 +0000 (23:35 -0400)
SVN-Revision: 1354

cpio/test/CMakeLists.txt

index 22bfd7ad6dbbb4a210b324bc0af861f5f748f0c4..1c0efc722db4f93b0f87c7802040b0f526e3614e 100644 (file)
@@ -59,7 +59,7 @@ IF(ENABLE_CPIO AND ENABLE_TEST)
     IF(test MATCHES "^test_[^/]+[.]c$")
       STRING(REGEX REPLACE "^(test_[^/]+)[.]c$" "\\1" testname ${test})
       ADD_TEST("bsdcpio_${testname}" bsdcpio_test
-        -q -v -p ${BSDCPIO} -r ${CMAKE_CURRENT_SOURCE_DIR} ${num})
+        -v -p ${BSDCPIO} -r ${CMAKE_CURRENT_SOURCE_DIR} ${num})
       MATH(EXPR num "${num} + 1")
     ENDIF(test MATCHES "^test_[^/]+[.]c$")
   ENDFOREACH(test)