Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
praich
Ns 3 Dev
Commits
f759d0c1
Commit
f759d0c1
authored
16 years ago
by
Mathieu Lacage
Browse files
Options
Download
Email Patches
Plain Diff
bug 312: ./waf check fails.
parent
b641c0d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
wscript
+2
-2
wscript
with
2 additions
and
2 deletions
+2
-2
wscript
View file @
f759d0c1
...
...
@@ -425,7 +425,7 @@ def build(bld):
if
env
[
'NSC_ENABLED'
]
==
'yes'
:
nsc_build
(
bld
)
def
get_command_template
(
arguments
):
def
get_command_template
(
*
arguments
):
if
Params
.
g_options
.
valgrind
:
if
Params
.
g_options
.
command_template
:
Params
.
fatal
(
"Options --command-template and --valgrind are conflicting"
)
...
...
@@ -855,7 +855,7 @@ class Regression(object):
#os.system("./waf --cwd regression/traces --run " +
# testName + " > /dev/null 2>&1")
Params
.
g_options
.
cwd_launch
=
"traces"
run_program
(
testName
,
command_template
=
get_command_template
(
arguments
))
run_program
(
testName
,
command_template
=
get_command_template
(
*
arguments
))
if
verbose
:
#diffCmd = "diff traces " + refTestDirName + " | head"
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help