Module: tools Branch: master Commit: 860dfa0119265290122e1b49ced90a1d44950cc6 URL: http://source.winehq.org/git/tools.git/?a=commit;h=860dfa0119265290122e1b49c...
Author: Francois Gouget fgouget@free.fr Date: Wed Oct 4 12:32:12 2017 +0200
testbot: Trace the revert time.
Signed-off-by: Francois Gouget fgouget@free.fr Signed-off-by: Alexandre Julliard julliard@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;