~ubuntu-branches/ubuntu/gutsy/curl/gutsy-updates

« back to all changes in this revision

Viewing changes to debian/patches/runtests_gdb

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-08-01 12:22:30 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20070801122230-uaarmp6lo65py9t6
Tags: 7.16.4-1ubuntu1
* Merge with Debian.
  - Drop debian/patches/gnutls-verifications, applied upstream.
  - Remove all stuff which should be reverted according to 7.16.2-6ubuntu4.
  - Remaining change: drop stunnel build dependency.

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 2007-04-18 09:24:57.000000000 +0200
4
 
+++ curl/tests/runtests.pl      2007-04-18 09:22:51.000000000 +0200
5
 
@@ -1655,10 +1655,10 @@
 
3
--- curl.orig/tests/runtests.pl 2007-07-18 16:26:07.000000000 +0200
 
4
+++ curl/tests/runtests.pl      2007-07-18 16:54:17.000000000 +0200
 
5
@@ -1723,10 +1723,10 @@
6
6
     # run the command line we built
7
7
     if ($torture) {
8
 
         return torture($CMDLINE,
 
8
         $cmdres = torture($CMDLINE,
9
9
-                       "$gdb --directory libtest $DBGCURL -x log/gdbcmd");
10
10
+                       "libtool --mode=execute gdb --directory libtest $DBGCURL -x log/gdbcmd");
11
11
     }
15
15
         $cmdres=0; # makes it always continue after a debugged run
16
16
     }
17
17
     else {
18
 
@@ -1687,7 +1687,7 @@
 
18
@@ -1755,7 +1755,7 @@
19
19
             open(GDBCMD, ">log/gdbcmd2");
20
20
             print GDBCMD "bt\n";
21
21
             close(GDBCMD);