[otrs-cvs] UnitTest/bin UnitTestAutoSetup.pl,1.265,1.266
"CVS commits notifications of OTRS.org" <[email protected]> Fri, 5 Apr 2013 11:51:04 +0000
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/UnitTest/bin
In directory lancelot:/tmp/cvs-serv22818/bin
Modified Files:
UnitTestAutoSetup.pl
Log Message:
Remove possible git lockfiles that might still be there from previous crashed runs.
Author: mg
Index: UnitTestAutoSetup.pl
===================================================================
RCS file: /home/cvs/UnitTest/bin/UnitTestAutoSetup.pl,v
retrieving revision 1.265
retrieving revision 1.266
diff -2 -u -d -r1.265 -r1.266
--- UnitTestAutoSetup.pl 5 Apr 2013 10:41:37 -0000 1.265
+++ UnitTestAutoSetup.pl 5 Apr 2013 11:50:59 -0000 1.266
@@ -909,4 +909,9 @@
}
+ # Remove possible git lockfiles that might still be there from previous crashed runs.
+ # This script has its own locking mechanism so we can be pretty sure that git is not running yet.
+ print STDOUT "NOTICE: rm /var/tmp/OTRSGitCache/otrs/.git/index.lock\n";
+ unlink '/var/tmp/OTRSGitCache/otrs/.git/index.lock';
+
print STDOUT
"NOTICE: cd /var/tmp/OTRSGitCache/otrs && git checkout $Scenario->{Framework}\n";
---------------------------------------------------------------------
OTRS mailing list: cvs-log - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/cvs-log
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log