have test results grouped by hash first
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 4 Nov 2015 14:53:37 +0000 (15:53 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 4 Nov 2015 14:53:37 +0000 (15:53 +0100)
all-tests

index 593d4f9..404f82a 100755 (executable)
--- 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=""