]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Remove leftover debug commands
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 30 May 2010 09:19:53 +0000 (11:19 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 30 May 2010 09:19:53 +0000 (11:19 +0200)
test.sh

diff --git a/test.sh b/test.sh
index 8b9c0b370b8beddf7b8a91097553c0903464408e..d7b61bde7ea26cb41f1a7bf2958ba4f9253b365d 100755 (executable)
--- a/test.sh
+++ b/test.sh
@@ -988,9 +988,7 @@ EOF
 #!/bin/sh
 CCACHE_DISABLE=1 # If $COMPILER happens to be a ccache symlink...
 export CCACHE_DISABLE
-stat new.h >>/tmp/stat.log
 [ x\$2 = "x-E" ] && touch new.h # Be sure that mtime >= time_of_compilation
-stat new.h >>/tmp/stat.log
 exec $COMPILER "\$@"
 EOF
     chmod +x $touchy_compiler