Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
METRo projects
metro
Commits
7a61d45d
Commit
7a61d45d
authored
Jun 08, 2011
by
Miguel Tremblay
Browse files
Add the extension '.xml' to the roadcast file.
parent
07d99e83
Changes
1
Hide whitespace changes
Inline
Side-by-side
usr/share/metro/data/testsuite/run_testsuite.py
View file @
7a61d45d
...
...
@@ -122,7 +122,7 @@ for case in caseList:
print
"Test Case: "
+
case
+
""
print
"START"
roadcastResultPath
=
"roadcast_"
+
case
roadcastResultPath
=
"roadcast_"
+
case
+
'.xml'
runCommand
=
"python "
+
metroExec
+
" --silent --verbose-level 0 --input-forecast "
+
case
+
"/forecast.xml --input-observation "
\
+
case
+
"/observation.xml --input-station "
+
case
+
"/station.xml --output-roadcast "
+
roadcastResultPath
...
...
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