From 263baf338b5584b5b244eb3b8d67f6909bd38ce0 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Tue, 14 Oct 2008 21:08:47 +0000 Subject: [PATCH] Turn off broken sh code git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7797 91ce42f0-d328-0410-95d8-f526ca767f89 --- regress/scripts/functions | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/regress/scripts/functions b/regress/scripts/functions index 70070f6567..3a0ac00229 100644 --- a/regress/scripts/functions +++ b/regress/scripts/functions @@ -110,16 +110,6 @@ check_files_written() fi } -get_duration() -{ - LOG=$1 - T=`awk 'BEGIN {t["secs"]=1;t["sec"]=1;t["min"]=60;t["mins"]=60}; /Elapsed time:/ { last=$3*t[$4] } END { print last }' $LOG` - echo $T -} - -check_duration() -{ -} run_bacula() { -- 2.39.5