Alexandre Julliard : testbot: Fix a typo.
Module: tools Branch: master Commit: bc07efbfad4e99e79b5da212c88e0d56feefad64 URL: https://source.winehq.org/git/tools.git/?a=commit;h=bc07efbfad4e99e79b5da212... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Tue Oct 30 09:22:28 2018 +0100 testbot: Fix a typo. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- testbot/bin/build/WineTest.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testbot/bin/build/WineTest.pl b/testbot/bin/build/WineTest.pl index 0b14b68..ecb3299 100755 --- a/testbot/bin/build/WineTest.pl +++ b/testbot/bin/build/WineTest.pl @@ -84,7 +84,7 @@ sub SetupTest($$) LogMsg "tests\n" if (!$InTests); $InTests = 1; - InfoMsg "\n$Running $Test in the $Mission->{Build} Wine\n"; + InfoMsg "\nRunning $Test in the $Mission->{Build} Wine\n"; SetupWineEnvironment($Mission->{Build}); }
participants (1)
-
Alexandre Julliard