[otrs-cvs] UnitTest/bin UnitTestAutoSetup.pl,1.250,1.251

"CVS commits notifications of OTRS.org" <[email protected]>
Newsgroups gmane.comp.otrs.cvs
Message-ID <[email protected]>
Comments:
Update of /home/cvs/UnitTest/bin
In directory lancelot:/tmp/cvs-serv7823

Modified Files:
	UnitTestAutoSetup.pl 
Log Message:
Added -b to git branch because -b is needed to checkout branches in older versions of git.

Author: mh

Index: UnitTestAutoSetup.pl
===================================================================
RCS file: /home/cvs/UnitTest/bin/UnitTestAutoSetup.pl,v
retrieving revision 1.250
retrieving revision 1.251
diff -2 -u -d -r1.250 -r1.251
--- UnitTestAutoSetup.pl	20 Feb 2013 14:57:14 -0000	1.250
+++ UnitTestAutoSetup.pl	27 Feb 2013 14:41:48 -0000	1.251
@@ -875,6 +875,6 @@
 
         print STDOUT
-            "NOTICE: cd /var/tmp/OTRSGitCache/otrs && git checkout $Scenario->{Framework}\n";
-        system("cd /var/tmp/OTRSGitCache/otrs && git checkout $Scenario->{Framework}")
+            "NOTICE: cd /var/tmp/OTRSGitCache/otrs && git checkout -b $Scenario->{Framework}\n";
+        system("cd /var/tmp/OTRSGitCache/otrs && git checkout -b $Scenario->{Framework}")
             && next SCENARIO;
         print STDOUT "NOTICE: cd /var/tmp/OTRSGitCache/otrs && git pull\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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.