From 9d607465b23475220772a5481b5311502bd4b42e Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 4 Nov 2015 15:53:37 +0100 Subject: [PATCH] have test results grouped by hash first --- all-tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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="" -- 2.43.0