0026622: Tests - Avoid using dlog and decho commands in test scripts
[occt.git] / tests / bugs / modalg_5 / bug25801
index 856201c..192cac3 100755 (executable)
@@ -2,18 +2,12 @@ puts "========="
 puts "CR25801"
 puts "========="
 puts ""
-###############################
+#########################################################################################
 ## Some of the commands in BOPTest packages show the execution time without -t key
-###############################
+#########################################################################################
 
 box b1 10 10 10
-
-dlog reset
-dlog on
-bopcheck b1
-set Log1 [dlog get]
-
-puts "${Log1}"
+set Log1 [bopcheck b1]
 
 if { [regexp {Elapsed time} ${Log1}] } {
    puts "Error: bopcheck show the execution time without -t key"