Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.recipe.build
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
slapos.recipe.build
Commits
f7bfa146
Commit
f7bfa146
authored
Mar 10, 2022
by
Julien Muchembled
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tests: fix failure after Git upgrade from 2.33.1 to 2.35.1
parent
3833123f
Pipeline
#20111
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
slapos/recipe/build/tests.py
slapos/recipe/build/tests.py
+2
-2
No files found.
slapos/recipe/build/tests.py
View file @
f7bfa146
...
...
@@ -566,8 +566,8 @@ repository = %s
with
self
.
assertRaises
(
CalledProcessError
)
as
output
:
check_output
([
buildout
],
stderr
=
STDOUT
)
self
.
assertIn
(
b"error:
C
ould not fetch broken"
,
output
.
exception
.
output
)
b"error:
c
ould not fetch broken"
,
output
.
exception
.
output
.
lower
())
# old Git prints a C
# this reset repo
self
.
assertFalse
(
os
.
path
.
exists
(
os
.
path
.
join
(
sample_buildout
,
"parts"
,
"git-clone"
)))
...
...
Julien Muchembled
@jm
mentioned in commit
slapos@b19c5d2b
·
Mar 10, 2022
mentioned in commit
slapos@b19c5d2b
mentioned in commit slapos@b19c5d2b87ff6083014c7f4ac78ea5c61a7b54b8
Toggle commit list
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