public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
* [SCM]  master: 2007-11-19  Phil Muldoon  <pmuldoon@redhat.com>
@ 2007-11-19  9:33 pmuldoon
  0 siblings, 0 replies; only message in thread
From: pmuldoon @ 2007-11-19  9:33 UTC (permalink / raw)
  To: frysk-cvs

The branch, master has been updated
       via  73098ac8dd9b4c09ffbfac451136a3f520327d99 (commit)
      from  17129b1e6ff7a095f661a702e5fdcf8dd45a7436 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email.

- Log -----------------------------------------------------------------
commit 73098ac8dd9b4c09ffbfac451136a3f520327d99
Author: Phil Muldoon <pmuldoon@redhat.com>
Date:   Mon Nov 19 09:33:38 2007 +0000

    2007-11-19  Phil Muldoon  <pmuldoon@redhat.com>
    
            * TestFhd.java (testHpdCore): Remove unresolved.
            Add -noexe to Expect test.

-----------------------------------------------------------------------

Summary of changes:
 frysk-core/frysk/bindir/ChangeLog    |    5 +++++
 frysk-core/frysk/bindir/TestFhd.java |    5 ++---
 2 files changed, 7 insertions(+), 3 deletions(-)

First 500 lines of diff:
diff --git a/frysk-core/frysk/bindir/ChangeLog b/frysk-core/frysk/bindir/ChangeLog
index 69e9e03..b936499 100644
--- a/frysk-core/frysk/bindir/ChangeLog
+++ b/frysk-core/frysk/bindir/ChangeLog
@@ -1,3 +1,8 @@
+2007-11-19  Phil Muldoon  <pmuldoon@redhat.com>
+
+	* TestFhd.java (testHpdCore): Remove unresolved.
+	Add -noexe to Expect test.
+
 2007-11-16  Rick Moseley  <rmoseley@redhat.com>
 
 	* fhpd.java: Fix bz #5256.
diff --git a/frysk-core/frysk/bindir/TestFhd.java b/frysk-core/frysk/bindir/TestFhd.java
index 08d4fb1..1cfe4d7 100755
--- a/frysk-core/frysk/bindir/TestFhd.java
+++ b/frysk-core/frysk/bindir/TestFhd.java
@@ -86,11 +86,10 @@ public class TestFhd
     }
   
     public void testHpdCore ()  {
-    if (unresolved(5295))
-    	return;
 	e = new Expect(new String[] {
 			   Config.getBinFile("fhpd").getPath(),
-			   Config.getPkgDataFile("test-core-x86").getPath()
+			   Config.getPkgDataFile("test-core-x86").getPath(),
+			   "-noexe"
 		       });
 	e.expect(5, "Attached to core file.*");
 	e.close();


hooks/post-receive
--
frysk system monitor/debugger


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-11-19  9:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-11-19  9:33 [SCM] master: 2007-11-19 Phil Muldoon <pmuldoon@redhat.com> pmuldoon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).