~ubuntu-branches/ubuntu/natty/curl/natty-security

« back to all changes in this revision

Viewing changes to debian/patches/runtests_gdb

  • Committer: Bazaar Package Importer
  • Author(s): Bhavani Shankar
  • Date: 2010-06-20 13:56:28 UTC
  • mfrom: (3.4.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100620135628-e30tp9jldq6hq985
Tags: 7.21.0-1ubuntu1
* Merge from debian unstable.  Remaining changes: LP: #596334
  - Keep build deps in main:
    - Drop build dependencies: stunnel, libssh2-1-dev
    - Add build-dependency on openssh-server
    - Drop libssh2-1-dev from libcurl4-openssl-dev's Depends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Index: curl/tests/runtests.pl
2
2
===================================================================
3
 
--- curl.orig/tests/runtests.pl 2009-11-08 23:07:05.000000000 +0100
4
 
+++ curl/tests/runtests.pl      2009-11-08 23:07:08.000000000 +0100
5
 
@@ -2124,10 +2124,10 @@
 
3
--- curl.orig/tests/runtests.pl 2010-02-09 13:05:49.000000000 +0100
 
4
+++ curl/tests/runtests.pl      2010-02-09 13:49:38.000000000 +0100
 
5
@@ -2621,10 +2621,10 @@
6
6
     # run the command line we built
7
7
     if ($torture) {
8
8
         $cmdres = torture($CMDLINE,
15
15
         $cmdres=0; # makes it always continue after a debugged run
16
16
     }
17
17
     else {
18
 
@@ -2157,7 +2157,7 @@
 
18
@@ -2658,7 +2658,7 @@
19
19
             open(GDBCMD, ">$LOGDIR/gdbcmd2");
20
20
             print GDBCMD "bt\n";
21
21
             close(GDBCMD);