Bug 5500 - (fhpd) run
Summary: (fhpd) run
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Rick Moseley
URL:
Keywords:
Depends on: 5795 6032
Blocks: 2246 5495
  Show dependency treegraph
 
Reported: 2007-12-17 16:16 UTC by Andrew Cagney
Modified: 2008-04-17 20:13 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Cagney 2007-12-17 16:16:40 UTC
Given an existing process, previously started with:
  (fhpd) run arg1 arg2 arg3
then a later:
  (fhpd) run
should re-start the process passing the original argument list.
Comment 1 Rick Moseley 2008-01-16 19:16:14 UTC
This is work in progress, the code is in, a test case needs to be written for it.
Comment 2 Rick Moseley 2008-04-17 20:13:05 UTC
Fixed in HEAD in StartRun.java and tests added to TestStartCommand.java and
TestRunCommand.java.