From f09c82886544e3fb14c1853b656029339fa688b5 Mon Sep 17 00:00:00 2001 From: davidovski Date: Fri, 9 Jun 2023 14:43:30 +0100 Subject: Add timing to shtests --- test/hbar.sh | 2 +- test/parseconf.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/hbar.sh b/test/hbar.sh index eada165..c01ee25 100755 --- a/test/hbar.sh +++ b/test/hbar.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/shtests HBAR=./dist/hbar UNIT="mb" diff --git a/test/parseconf.sh b/test/parseconf.sh index 1cd668f..6eb50dc 100755 --- a/test/parseconf.sh +++ b/test/parseconf.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/shtests PARSECONF="./dist/parseconf" SIMPLECONF="./test/simple.conf" -- cgit v1.2.1