aboutsummaryrefslogtreecommitdiffstats
path: root/check
diff options
context:
space:
mode:
authorDarrick J. Wong <djwong@kernel.org>2023-03-14 17:52:59 -0700
committerZorro Lang <zlang@kernel.org>2023-03-26 22:03:33 +0800
commita8963ceb25ef375bdc8cd89bdcaf87f72d9cc7ac (patch)
treecaceb95bdc6370513ea582772b0609669d16396f /check
parent72dc174d42d97549a5770edaeae429702579912f (diff)
downloadxfstests-dev-a8963ceb25ef375bdc8cd89bdcaf87f72d9cc7ac.tar.gz
report: record fstests start and report generation timestamps
Report two new timestamps in the xml report: the time that ./check was started, and the time that the report was generated. We introduce new timestamps to minimize breakage with parsing scripts. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Zorro Lang <zlang@redhat.com> Signed-off-by: Zorro Lang <zlang@kernel.org>
Diffstat (limited to 'check')
-rwxr-xr-xcheck1
1 files changed, 1 insertions, 0 deletions
diff --git a/check b/check
index f2be3d7d7d..1a58a2b269 100755
--- a/check
+++ b/check
@@ -668,6 +668,7 @@ _run_seq() {
_detect_kmemleak
_prepare_test_list
+fstests_start_time="$(date +"%F %T")"
if $OPTIONS_HAVE_SECTIONS; then
trap "_summary; exit \$status" 0 1 2 3 15