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
a554393b
Commit
a554393b
authored
1 year ago
by
Ashwin Kumar Karnad
Browse files
Options
Downloads
Patches
Plain Diff
fix 2nd set of tests with new path
parent
1601b036
No related branches found
Branches containing commit
No related tags found
1 merge request
!59
Move top level log
Pipeline
#370957
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 @
a554393b
...
@@ -301,11 +301,11 @@ def test_install_environment_zlib():
...
@@ -301,11 +301,11 @@ def test_install_environment_zlib():
os
.
path
.
basename
(
build_log
)
os
.
path
.
basename
(
build_log
)
# assert that install log files exists
# assert that install log files exists
assert
os
.
path
.
exists
(
r
elease_base
_dir
/
cmd_log_file
)
assert
os
.
path
.
exists
(
r
oot
_dir
/
cmd_log_file
)
# assert that the build log is written to the install log file
# assert that the build log is written to the install log file
os
.
path
.
basename
(
build_log
)
os
.
path
.
basename
(
build_log
)
with
open
(
r
elease_base
_dir
/
cmd_log_file
,
"
r
"
)
as
f
:
with
open
(
r
oot
_dir
/
cmd_log_file
,
"
r
"
)
as
f
:
lines
=
f
.
read
()
lines
=
f
.
read
()
assert
(
assert
(
f
"
installing
{
toolchain_to_test
}
and logging at
{
str
(
build_log
)
}
"
in
lines
f
"
installing
{
toolchain_to_test
}
and logging at
{
str
(
build_log
)
}
"
in
lines
...
...
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