From 016958cb413564fb4714fc02b4eca4651ca75333 Mon Sep 17 00:00:00 2001 From: o9000 Date: Wed, 30 Aug 2017 15:50:31 +0200 Subject: [PATCH] Regression tests --- test/regression.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/regression.py b/test/regression.py index a6b8b72..bf64272 100755 --- a/test/regression.py +++ b/test/regression.py @@ -196,7 +196,7 @@ def test(tint2path, config): def main(): utc_datetime = datetime.datetime.utcnow() print("Last updated:", utc_datetime.strftime("%Y-%m-%d %H:%M UTC")) - out, _ = run("git show -s '--format=%H %s'", True).communicate() + out, _ = run("git show -s '--format=%h %s'", True).communicate() print("Last commit:", out.strip()) diff, _ = run("git diff", True).communicate() diff = diff.strip()