Changeset 5984 for branches/1.4/lang/tcl


Ignore:
Timestamp:
Feb 9, 2016, 11:51:17 AM (9 years ago)
Author:
gah
Message:

add -appname switch for testing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.4/lang/tcl/scripts/task.tcl

    r5982 r5984  
    219219
    220220    # write out the driver.xml file for the tool
    221     global _rapptureCwd
    222     set file [file join $_rapptureCwd "driver[pid].xml"]
     221    global rapptureInfo
     222    set file [file join $rapptureInfo(cwd) "driver[pid].xml"]
    223223    set status [catch {
    224224        set fid [open $file w]
     
    580580                set rdir $_resources(-resultdir)
    581581            } else {
    582                 global _rapptureCwd
    583                 set rdir $_rapptureCwd
     582                global rapptureInfo
     583                set rdir $rapptureInfo(cwd)
    584584            }
    585585        } elseif {$resultdir ne ""} {
Note: See TracChangeset for help on using the changeset viewer.