Skip to content
Snippets Groups Projects
Commit 0686f420 authored by Hans Fangohr's avatar Hans Fangohr
Browse files

bugfix (to go with last commit)

parent a9c5da5b
No related branches found
No related tags found
1 merge request!64Toolchain becomes package set part2
Pipeline #371445 failed
This commit is part of merge request !64. Comments created here will be created in the context of that merge request.
......@@ -415,7 +415,7 @@ def test_create_log_file_names():
mpsd_release=mpsd_release,
date=date,
action=action,
toolchain=toolchain,
package_set=toolchain,
)
assert (
build_log_file_name
......@@ -437,7 +437,7 @@ def test_create_log_file_names():
mpsd_release=mpsd_release,
date=date,
action="status",
toolchain=toolchain,
package_set=toolchain,
)
assert build_log_file_name is None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment