From: Michal Sojka Date: Thu, 10 Apr 2014 17:35:39 +0000 (+0200) Subject: continuous: Log which commit of the test suite run the tests X-Git-Tag: pc-sw-update~28 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/commitdiff_plain/ef2985723df792b140abad7ad966f15f7f0cf25f?hp=051327f926951eb24c64abef59a28c14b23f9214 continuous: Log which commit of the test suite run the tests --- 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"