mirror of https://github.com/YosysHQ/icestorm.git
Fixed icefuzz/runloop.sh for git
This commit is contained in:
parent
804e47d8ff
commit
8bc618254f
|
|
@ -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 &&
|
||||
|
|
|
|||
Loading…
Reference in New Issue