From 2fe695f50299e1c64db430ef2c78f5bbaa629214 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sun, 30 Jul 2017 06:40:26 +0200 Subject: [PATCH] Add total time to test.out file --- regress/do_all_tests | 1 + 1 file changed, 1 insertion(+) diff --git a/regress/do_all_tests b/regress/do_all_tests index ffbff3c4f8..4d4a99f1fa 100755 --- a/regress/do_all_tests +++ b/regress/do_all_tests @@ -31,6 +31,7 @@ echo " " >>test.out echo " " echo "End do_all tests" echo "End do_all tests" >>test.out +./endtime >>test.out scripts/cleanup cat test.out ./endtime -- 2.39.5