# HG changeset patch # User Pierre-Yves David <pierre-yves.david@octobus.net> # Date 1533197260 -7200 # Thu Aug 02 10:07:40 2018 +0200 # Node ID fdff9b6ce64161df2647ed6dfc2cbfcb73074426 # Parent 5c9facee9bd67981bffa7d97e5312defa19cbd53 launch: make sure system and user HGRC does not affect the ASV run diff --git a/launch.sh b/launch.sh --- a/launch.sh +++ b/launch.sh @@ -31,7 +31,7 @@ shift # Launch asv -time taskset -c 2,3 asv run --show-stderr --skip-existing-successful "${target}" "$@" +HGRCPATH= time taskset -c 2,3 asv run --show-stderr --skip-existing-successful "${target}" "$@" # Publish results asv publish --no-pull