equal
deleted
inserted
replaced
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' |