From efc0228f992cf8287ee6b991c537497d37088f2c Mon Sep 17 00:00:00 2001 From: Olof Hagsand Date: Thu, 9 Jul 2020 10:15:45 +0000 Subject: [PATCH] test time function exists --- test/test_perf.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/test_perf.sh b/test/test_perf.sh index 94b26707..888e35f6 100755 --- a/test/test_perf.sh +++ b/test/test_perf.sh @@ -105,6 +105,9 @@ done echo "]]>]]>" >> $fconfig # Now take large config file and write it via netconf to candidate +new "test time exists" +expectpart "$(time -p ls)" 0 + new "netconf write large config" expecteof_file "time -p $clixon_netconf -qf $cfg" 0 "$fconfig" "^]]>]]>$" 2>&1 | awk '/real/ {print $2}'