wutils.py
changeset 6624 a071889af159
parent 6275 77f833c7ddae
child 6676 8a57344a8d09
equal deleted inserted replaced
6623:616d42c69f05 6624:a071889af159
    16 
    16 
    17 # these are set from the main wscript file
    17 # these are set from the main wscript file
    18 APPNAME=None
    18 APPNAME=None
    19 VERSION=None
    19 VERSION=None
    20 bld=None
    20 bld=None
    21 
       
    22 #
       
    23 # The last part of the path name to use to find the regression traces tarball.
       
    24 # path will be APPNAME + '-' + VERSION + REGRESSION_SUFFIX + TRACEBALL_SUFFIX,
       
    25 # e.g., ns-3-dev-ref-traces.tar.bz2
       
    26 #
       
    27 TRACEBALL_SUFFIX = ".tar.bz2"
       
    28 
    21 
    29 
    22 
    30 
    23 
    31 def get_command_template(env, arguments=()):
    24 def get_command_template(env, arguments=()):
    32     cmd = Options.options.command_template or '%s'
    25     cmd = Options.options.command_template or '%s'