From: Thomas Otto Date: Tue, 25 Feb 2020 20:59:17 +0000 (+0100) Subject: Restore test suite debug output where needed (#546) X-Git-Tag: v4.0~584 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ce2d670dfa12166a20a5aa39d68f3c75d0c77880;p=thirdparty%2Fccache.git Restore test suite debug output where needed (#546) Two fileclone tests rely on the output. --- diff --git a/test/suites/fileclone.bash b/test/suites/fileclone.bash index b035c1dfc..801087247 100644 --- a/test/suites/fileclone.bash +++ b/test/suites/fileclone.bash @@ -19,7 +19,7 @@ SUITE_fileclone() { expect_stat 'files in cache' 2 expect_equal_object_files reference_test.o test.o - CCACHE_FILECLONE=1 $CCACHE_COMPILE -c test.c + CCACHE_FILECLONE=1 CCACHE_DEBUG=1 $CCACHE_COMPILE -c test.c expect_stat 'cache hit (preprocessed)' 1 expect_stat 'cache miss' 1 expect_stat 'files in cache' 2 @@ -44,7 +44,7 @@ SUITE_fileclone() { expect_stat 'files in cache' 1 expect_equal_object_files reference_test.o test.o - CCACHE_FILECLONE=1 $CCACHE_COMPILE -c test.c + CCACHE_FILECLONE=1 CCACHE_DEBUG=1 $CCACHE_COMPILE -c test.c expect_stat 'cache hit (preprocessed)' 1 expect_stat 'cache miss' 1 expect_stat 'files in cache' 1