Ignore:
Timestamp:
Feb 8, 2015, 6:57:52 PM (10 years ago)
Author:
ldelgass
Message:

merge r4970 from trunk

Location:
branches/1.4
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/1.4

    • Property svn:mergeinfo changed
      /trunkmerged: 4970
  • branches/1.4/gui/apps/launcher.tcl

    r4963 r4984  
    213213            set mainscript [file join $dir execute.tcl]
    214214            set reqpkgs ""
     215
     216            # When executing from TOOL_PARAMETERS file directives,
     217            # report status, clean up, and save output to data/results.
     218            # This helps the web services interface do its thing.
     219            set alist [list \
     220                -output @default \
     221                -status rappture.status \
     222                -cleanup yes]
    215223        }
    216224        "" - "-input" {
Note: See TracChangeset for help on using the changeset viewer.