Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Commit

Permalink
Bug 854253 - Run 'make pgo-profile-run' with necessary arguments for …
Browse files Browse the repository at this point in the history
…Valgrind builds instead. r=ted
  • Loading branch information
nth10sd committed Mar 27, 2013
1 parent a4bd3ee commit 4a457f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/valgrind/valgrind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ fi
export OBJDIR=.
export JARLOG_FILE=./jarlog/en-US.log
export XPCOM_CC_RUN_DURING_SHUTDOWN=1
python _profile/pgo/profileserver.py --debugger=valgrind --debugger-args="$debugger_args" || exit 1
make pgo-profile-run EXTRA_TEST_ARGS="--debugger=valgrind --debugger-args='$debugger_args'" || exit 1

0 comments on commit 4a457f1

Please sign in to comment.