# HG changeset patch # User Philippe Pepiot <philippe.pepiot@logilab.fr> # Date 1532013884 -7200 # Thu Jul 19 17:24:44 2018 +0200 # Node ID 573bbf4a949d9619d663318f8cbaedb6b75f56fd # Parent e5aa5852ad995ffaf49087bc52706342502d1eb1 Add verbose output to launch.sh This display extra information like stderr / stdout of installation of the repo and display information about benchmark and variant combination currently running. Closes #478 diff --git a/launch.sh b/launch.sh --- a/launch.sh +++ b/launch.sh @@ -31,7 +31,7 @@ shift # Launch asv -time HGRCPATH= taskset -c 2,3 asv run --show-stderr --skip-existing-successful "${target}" "$@" +time HGRCPATH= taskset -c 2,3 asv run --verbose --show-stderr --skip-existing-successful "${target}" "$@" # Publish results asv publish --no-pull