From ef2985723df792b140abad7ad966f15f7f0cf25f Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Thu, 10 Apr 2014 19:35:39 +0200 Subject: [PATCH] continuous: Log which commit of the test suite run the tests --- continuous/steps/00-id | 1 + 1 file changed, 1 insertion(+) diff --git a/continuous/steps/00-id b/continuous/steps/00-id index e052c42..aeb436c 100755 --- a/continuous/steps/00-id +++ b/continuous/steps/00-id @@ -3,3 +3,4 @@ set -e echo "! Date: $(date +'%F %R:%S %z') ok" +echo "! Test version: $(git describe --always --tags) $(git rev-parse HEAD) ok" -- 2.39.2