From 62022d13ac8ed664e5ba8deb8e9c6fce44bb1c07 Mon Sep 17 00:00:00 2001 From: Andy Balaam Date: Thu, 28 Aug 2008 13:55:32 +0100 Subject: [PATCH] Print a success message when Selfish Git's tests pass. --- players/SelfishGitPlayer.py | 1 + 1 file changed, 1 insertion(+) diff --git a/players/SelfishGitPlayer.py b/players/SelfishGitPlayer.py index 769551e..4d00dcd 100755 --- a/players/SelfishGitPlayer.py +++ b/players/SelfishGitPlayer.py @@ -643,5 +643,6 @@ def run_tests(): test_CheckKillMode() test_OppositeDir() test_KillAroundPast() + print "Selfish Git tests passed." -- 2.11.4.GIT