Skip to content

Commit 67e58c9

Browse files
committed
Fixup: Remove unnecessary text in logfile
1 parent 320bcb2 commit 67e58c9

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

localtests/test.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -310,12 +310,6 @@ test_single() {
310310
echo_dot
311311
echo $cmd >$exec_command_file
312312
echo_dot
313-
{
314-
echo "==============================================================================="
315-
echo "TEST: $test_name"
316-
echo "TIME: $(date '+%Y-%m-%d %H:%M:%S')"
317-
echo "==============================================================================="
318-
} >$test_logfile 2>&1
319313
bash $exec_command_file >$test_logfile 2>&1
320314

321315
execution_result=$?

0 commit comments

Comments
 (0)