We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 320bcb2 commit 67e58c9Copy full SHA for 67e58c9
1 file changed
localtests/test.sh
@@ -310,12 +310,6 @@ test_single() {
310
echo_dot
311
echo $cmd >$exec_command_file
312
313
- {
314
- echo "==============================================================================="
315
- echo "TEST: $test_name"
316
- echo "TIME: $(date '+%Y-%m-%d %H:%M:%S')"
317
318
- } >$test_logfile 2>&1
319
bash $exec_command_file >$test_logfile 2>&1
320
321
execution_result=$?
0 commit comments