Skip to content

Commit

Permalink
Revert "tweak output"
Browse files Browse the repository at this point in the history
This reverts commit 1d8b35d.
  • Loading branch information
tahina-pro committed May 16, 2019
1 parent f8636fd commit a4a86c6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .docker/build/build_helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ echo $(date -u "+%Y-%m-%d %H:%M:%S") >> $out_file

#tail -f $out_file &
#tail_pd=$!
./build.sh "$@"
#|& tee $out_file
{ ./build.sh "$@" 2&>1 ; } | tee $out_file
# { { { { { { stdbuf -e0 -o0 ./build.sh "$@" ; } 3>&1 1>&2 2>&3 ; } | sed -u 's!^![STDERR]!' ; } 3>&1 1>&2 2>&3 ; } | sed -u 's!^![STDOUT]!' ; } 2>&1 ; } >> $out_file
#kill $tail_pd
cat $out_file

echo $(date -u "+%Y-%m-%d %H:%M:%S") >> $out_file

Expand All @@ -33,5 +33,3 @@ FStar/.scripts/query-stats.py -f $out_file -F html -o log_no_replay.html -n all

# Worst offenders (longest times)
FStar/.scripts/query-stats.py -f $out_file -F html -o log_worst.html -c -g -n 10

cat $out_file

0 comments on commit a4a86c6

Please sign in to comment.