Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mpsd-software-manager
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MPSD Computational Science
mpsd-software-manager
Commits
1b53a4ff
Commit
1b53a4ff
authored
1 year ago
by
Ashwin Kumar Karnad
Browse files
Options
Downloads
Patches
Plain Diff
fix tests
parent
5834398c
No related branches found
No related tags found
3 merge requests
!38
Rename log related variables
,
!37
Update log names and variable names
,
!29
Restructure log location
Pipeline
#370224
passed
1 year ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests.py
+2
-2
2 additions, 2 deletions
tests.py
with
2 additions
and
2 deletions
tests.py
+
2
−
2
View file @
1b53a4ff
...
@@ -273,7 +273,7 @@ def test_install_environment_zlib():
...
@@ -273,7 +273,7 @@ def test_install_environment_zlib():
# install global_generic toolchain
# install global_generic toolchain
mod
.
set_up_logging
(
mod
.
set_up_logging
(
"
WARNING
"
,
"
WARNING
"
,
mod
.
get_installer_log_file
(
mpsd_release_to_test
,
"
install
"
,
script_dir
),
mod
.
get_installer_log_file
_name
(
mpsd_release_to_test
,
"
install
"
,
script_dir
),
)
)
mod
.
install_environment
(
mod
.
install_environment
(
mpsd_release
=
mpsd_release_to_test
,
mpsd_release
=
mpsd_release_to_test
,
...
@@ -328,7 +328,7 @@ def test_install_environment_zlib():
...
@@ -328,7 +328,7 @@ def test_install_environment_zlib():
importlib
.
reload
(
mod
)
importlib
.
reload
(
mod
)
mod
.
set_up_logging
(
mod
.
set_up_logging
(
"
WARNING
"
,
"
WARNING
"
,
mod
.
get_installer_log_file
(
mpsd_release_to_test
,
"
install
"
,
script_dir
),
mod
.
get_installer_log_file
_name
(
mpsd_release_to_test
,
"
install
"
,
script_dir
),
)
)
mod
.
install_environment
(
mod
.
install_environment
(
mpsd_release
=
mpsd_release_to_test
,
mpsd_release
=
mpsd_release_to_test
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment