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

Commit

Permalink
Fix go-unit-tests.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
datacharmer committed Jan 22, 2023
1 parent a3c46cb commit d5df3f7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/go-unit-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@
testdir=$(dirname $0)
cd $testdir
cd ..
source ./test/common.sh

start_timer
timestamp=$(date +%Y-%m-%d-%H.%M)

maindir=$PWD

Expand All @@ -45,5 +41,3 @@ do
check_exit_code
cd $maindir
done

stop_timer

0 comments on commit d5df3f7

Please sign in to comment.