~ubuntu-branches/ubuntu/utopic/curl/utopic-proposed

« back to all changes in this revision

Viewing changes to debian/patches/01_runtests_gdb.patch

  • Committer: Package Import Robot
  • Author(s): Michael Vogt
  • Date: 2014-07-11 14:37:53 UTC
  • mfrom: (3.4.48 sid)
  • Revision ID: package-import@ubuntu.com-20140711143753-bdg0abifs1fa2wk1
Tags: 7.37.0-1ubuntu1
* Merge from Debian unstable.  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
 
@@ -3412,11 +3412,11 @@
 
10
@@ -3428,11 +3428,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
 
@@ -3450,7 +3450,7 @@
 
24
@@ -3466,7 +3466,7 @@
25
25
             open(GDBCMD, ">$LOGDIR/gdbcmd2");
26
26
             print GDBCMD "bt\n";
27
27
             close(GDBCMD);