Don't print the location of the stackprof executable

This commit is contained in:
Parker Moore 2014-10-12 15:11:44 -07:00
parent 626706c8c5
commit b07cbcecbd
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
set -e
export BENCHMARK=true
command -v stackprof || script/bootstrap
command -v stackprof > /dev/null || script/bootstrap
TEST_SCRIPT="Jekyll::Commands::Build.process({'source' => 'site'})"
PROF_OUTPUT_FILE=tmp/stackprof-$(date +%Y%m%d).dump