Francois Gouget : testbot: Keep the StepTask methods in sync with the Step/Task ones.

Alexandre Julliard julliard at winehq.org
Wed Dec 11 16:34:54 CST 2019


Module: tools
Branch: master
Commit: 3c45669b386688ee971341f0e64115b944776d4b
URL:    https://source.winehq.org/git/tools.git/?a=commit;h=3c45669b386688ee971341f0e64115b944776d4b

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Tue Dec 10 10:30:55 2019 +0100

testbot: Keep the StepTask methods in sync with the Step/Task ones.

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

---

 testbot/lib/WineTestBot/StepsTasks.pm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/testbot/lib/WineTestBot/StepsTasks.pm b/testbot/lib/WineTestBot/StepsTasks.pm
index 19bedaa..463f150 100644
--- a/testbot/lib/WineTestBot/StepsTasks.pm
+++ b/testbot/lib/WineTestBot/StepsTasks.pm
@@ -33,6 +33,7 @@ use WineTestBot::Config;
 use WineTestBot::Missions;
 
 
+# Keep in sync with WineTestBot::Step::GetDir()
 sub GetStepDir($)
 {
   my ($self) = @_;
@@ -40,7 +41,7 @@ sub GetStepDir($)
   return "$DataDir/jobs/$JobId/". $self->StepNo;
 }
 
-# See WineTestBot::Step::GetFullFileName()
+# Keep in sync with WineTestBot::Step::GetFullFileName()
 sub GetFullFileName($;$)
 {
   my ($self, $FileName) = @_;
@@ -59,6 +60,7 @@ sub GetFullFileName($;$)
   return $Path . $FileName;
 }
 
+# Keep in sync with WineTestBot::Task::GetDir()
 sub GetTaskDir($)
 {
   my ($self) = @_;




More information about the wine-cvs mailing list