Skip to content
This repository was archived by the owner on Oct 29, 2023. It is now read-only.

Commit d5df3f7

Browse files
committed
Fix go-unit-tests.sh script
1 parent a3c46cb commit d5df3f7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

test/go-unit-tests.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@
1616
testdir=$(dirname $0)
1717
cd $testdir
1818
cd ..
19-
source ./test/common.sh
20-
21-
start_timer
22-
timestamp=$(date +%Y-%m-%d-%H.%M)
2319

2420
maindir=$PWD
2521

@@ -45,5 +41,3 @@ do
4541
check_exit_code
4642
cd $maindir
4743
done
48-
49-
stop_timer

0 commit comments

Comments
 (0)