Skip to content

Commit

Permalink
added explaining text for #352
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Jan 23, 2014
1 parent f618cbd commit f38a3df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/sitespeed.io
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,12 @@ COLLECT_BROWSER_TIMINGS=false
# Store the input to be able to log exactly how/what was done
INPUT="$@"

## Running on Jenkins slave or as a daemon you will not have a console
## use stderr, else on Windows (Git Bash) use the console
if [ -f /dev/stderr ]
then
OUTPUT=/dev/stderr
else
## looks crazy but fix for run on Git Bash on Windows
OUTPUT=/dev/tty
fi

Expand Down

0 comments on commit f38a3df

Please sign in to comment.