~ubuntu-branches/ubuntu/quantal/curl/quantal-updates

« back to all changes in this revision

Viewing changes to debian/patches/01_runtests_gdb.patch

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2012-08-20 13:54:01 UTC
  • mfrom: (3.4.30 sid)
  • Revision ID: package-import@ubuntu.com-20120820135401-5845kg6puoh2jcnh
Tags: 7.27.0-1ubuntu1
* Resynchronise with Debian.  Remaining changes:
  - Drop dependencies not in main:
    + Build-Depends: Drop stunnel4 and libssh2-1-dev.
    + Drop libssh2-1-dev from binary package Depends.
  - Add new libcurl3-udeb package.
  - Add new curl-udeb package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
--- a/tests/runtests.pl
9
9
+++ b/tests/runtests.pl
10
 
@@ -3133,11 +3133,11 @@
 
10
@@ -3119,11 +3119,11 @@
11
11
     # run the command line we built
12
12
     if ($torture) {
13
13
         $cmdres = torture($CMDLINE,
21
21
         $cmdres=0; # makes it always continue after a debugged run
22
22
     }
23
23
     else {
24
 
@@ -3171,7 +3171,7 @@
 
24
@@ -3157,7 +3157,7 @@
25
25
             open(GDBCMD, ">$LOGDIR/gdbcmd2");
26
26
             print GDBCMD "bt\n";
27
27
             close(GDBCMD);