Francois Gouget : testbot: Trace the revert time.

Alexandre Julliard julliard at winehq.org
Wed Oct 4 14:54:44 CDT 2017


Module: tools
Branch: master
Commit: 860dfa0119265290122e1b49ced90a1d44950cc6
URL:    http://source.winehq.org/git/tools.git/?a=commit;h=860dfa0119265290122e1b49ced90a1d44950cc6

Author: Francois Gouget <fgouget at free.fr>
Date:   Wed Oct  4 12:32:12 2017 +0200

testbot: Trace the revert time.

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 testbot/bin/RevertVM.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testbot/bin/RevertVM.pl b/testbot/bin/RevertVM.pl
index f84082f..00a8721 100755
--- a/testbot/bin/RevertVM.pl
+++ b/testbot/bin/RevertVM.pl
@@ -222,6 +222,6 @@ if (defined($ErrMessage))
   FatalError "Could not change status for VM $VMKey: $ErrMessage\n", $VM;
 }
 
-LogMsg "Revert of $VMKey completed\n";
+LogMsg "Revert of $VMKey completed in ", Elapsed($Start), " s\n";
 
 exit 0;




More information about the wine-cvs mailing list