From: Thierry Parmentelat Date: Wed, 4 Nov 2015 14:53:37 +0000 (+0100) Subject: have test results grouped by hash first X-Git-Tag: nepi-6.0.0-pypi~6 X-Git-Url: http://git.onelab.eu/?p=nepi.git;a=commitdiff_plain;h=9d607465b23475220772a5481b5311502bd4b42e have test results grouped by hash first --- diff --git a/all-tests b/all-tests index 593d4f9b..404f82a7 100755 --- a/all-tests +++ b/all-tests @@ -20,7 +20,7 @@ echo $COMMAND | grep -q 3 && { PYTHON=python3; version=3; } hash=$(git log -n 1 | head -1 | sed -e 's,commit ,,' -e 's,\(........\).*,\1,') # compute output file name -output="zz.py$version.$hash" +output="zz.$hash.py$version" # if there is any pending change, use another name is_pristine=""