[otrs-cvs] UnitTest/bin UnitTestAutoSetup.pl,1.251,1.252
"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-serv10142
Modified Files:
UnitTestAutoSetup.pl
Log Message:
Reverted the last change.
Author: mh
Index: UnitTestAutoSetup.pl
===================================================================
RCS file: /home/cvs/UnitTest/bin/UnitTestAutoSetup.pl,v
retrieving revision 1.251
retrieving revision 1.252
diff -2 -u -d -r1.251 -r1.252
--- UnitTestAutoSetup.pl 27 Feb 2013 14:41:48 -0000 1.251
+++ UnitTestAutoSetup.pl 27 Feb 2013 14:49:58 -0000 1.252
@@ -875,6 +875,6 @@
print STDOUT
- "NOTICE: cd /var/tmp/OTRSGitCache/otrs && git checkout -b $Scenario->{Framework}\n";
- system("cd /var/tmp/OTRSGitCache/otrs && git checkout -b $Scenario->{Framework}")
+ "NOTICE: cd /var/tmp/OTRSGitCache/otrs && git checkout $Scenario->{Framework}\n";
+ system("cd /var/tmp/OTRSGitCache/otrs && git checkout $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