Skip to content

Commit

Permalink
k
Browse files Browse the repository at this point in the history
  • Loading branch information
buzztroll committed Apr 7, 2012
1 parent 8b1bbe3 commit 5e46fc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run-em.sh
Expand Up @@ -8,8 +8,8 @@ unset CHAOS_KILL_COUNT

for i in `seq 0 10`
do
echo "XXXXXXXXXXXXXX starting $i XXXXXXXXXXXXXXXXXXXXX" >> $logfile
python cleanup.py >> $logfile
echo "XXXXXXXXXXXXXX starting $i XXXXXXXXXXXXXXXXXXXXX" tee -a $logfile
python cleanup.py tee -a $logfile

run_logfile="/tmp/exprdata/run$i.log"

Expand Down

0 comments on commit 5e46fc2

Please sign in to comment.