Skip to content
GitLab
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
aa90193d
Commit
aa90193d
authored
Nov 03, 2010
by
François Fortin
Browse files
adjust file for change of selftest test file
parent
74592681
Changes
3
Hide whitespace changes
Inline
Side-by-side
INSTALL
View file @
aa90193d
...
...
@@ -81,9 +81,9 @@ Become root and
if the file
path_to_metro/usr/share/metro/data/roadcast/roadcast
_selftest
.xml
path_to_metro/usr/share/metro/data/roadcast/roadcast.xml
was created successfully and the differences with
path_to_metro/
data/roadcast/roadcast_selfte
st_reference.xml
path_to_metro/
usr/share/metro/data/selftest/roadca
st_reference.xml
is only the element <production-date>.
setup.sh
View file @
aa90193d
...
...
@@ -216,6 +216,6 @@ echo " 'cd $destination_path/usr/bin/'"
echo
"Launch METRo selftest:"
echo
" 'python metro --selftest'"
echo
"Compare the files:"
echo
" 'diff ../share/metro/data/
roadca
st/roadcast
_selftest
.xml ../share/metro/data/
roadca
st/roadcast_
selftest_
reference.xml'"
echo
" 'diff ../share/metro/data/
selfte
st/roadcast.xml ../share/metro/data/
selfte
st/roadcast_reference.xml'"
echo
"They should be identical except for the production-date."
src/frontend/metro_config.py
View file @
aa90193d
...
...
@@ -411,16 +411,16 @@ def save_command_line_parameter( lArgv, sShort_opt, lLong_opt ):
dConf
[
'FILE_FORECAST_IN_FILENAME'
]
=
\
metro_util
.
get_metro_root_path
()
+
\
"/usr/share/metro/data/
foreca
st/forecast
_selftest
.xml"
"/usr/share/metro/data/
selfte
st/forecast.xml"
dConf
[
'FILE_OBSERVATION_FILENAME'
]
=
\
metro_util
.
get_metro_root_path
()
+
\
"/usr/share/metro/data/
observation
/observation
_selftest
.xml"
"/usr/share/metro/data/
selftest
/observation.xml"
dConf
[
'FILE_STATION_FILENAME'
]
=
\
metro_util
.
get_metro_root_path
()
+
\
"/usr/share/metro/data/s
tation
/station
_selftest
.xml"
"/usr/share/metro/data/s
elftest
/station.xml"
dConf
[
'FILE_ROADCAST_FILENAME'
]
=
\
metro_util
.
get_metro_root_path
()
+
\
"/usr/share/metro/data/
roadca
st/roadcast
_selftest
.xml"
"/usr/share/metro/data/
selfte
st/roadcast.xml"
dConf
[
'INIT_LOGGER_VERBOSE_LEVEL'
]
=
\
metro_logger
.
LOGGER_VERBOSE_LEVEL_DEBUG
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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