aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--icefuzz/runloop.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/icefuzz/runloop.sh b/icefuzz/runloop.sh
index ceb75c9..1e31fe2 100644
--- a/icefuzz/runloop.sh
+++ b/icefuzz/runloop.sh
@@ -2,7 +2,7 @@
i=0
while true; do
- echo; svn diff cached_*.txt | diffstat
+ echo; git diff cached_*.txt | diffstat
echo; echo -n "[$(date '+%H:%M:%S')] Iteration $(( ++i )) "
{ echo; echo; echo; echo; echo; echo; echo "Iteration $i"; date; } >> runloop.log
if make clean > >( gawk '{ print >> "runloop.log"; printf("x"); fflush(""); }'; ) 2>&1 &&