Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pmbootstrap
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
postmarketOS
pmbootstrap
Commits
0c3dd469
Unverified
Commit
0c3dd469
authored
5 years ago
by
Oliver Smith
Browse files
Options
Downloads
Patches
Plain Diff
test_newapkbuild: enable full test again (
!1792
)
newapkbuild bug is fixed upstream. This reverts commit
9bc72368
.
parent
650ed492
No related branches found
No related tags found
1 merge request
!1792
test_newapkbuild: enable full test again
Checking pipeline status
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
test/test_newapkbuild.py
+0
-6
0 additions, 6 deletions
test/test_newapkbuild.py
with
0 additions
and
6 deletions
test/test_newapkbuild.py
+
0
−
6
View file @
0c3dd469
...
...
@@ -59,12 +59,6 @@ def test_newapkbuild(args, monkeypatch, tmpdir):
func
(
args
,
"
main
"
,
[
"
-h
"
])
assert
glob
.
glob
(
tmpdir
+
"
/*
"
)
==
[]
# Tests below disabled due to regression in abuild:
# https://github.com/alpinelinux/abuild/pull/75
# Remove this "return" after the fix has been merged, so we run these tests
# again!
return
# Test package
pkgname
=
"
testpackage
"
func
(
args
,
"
main
"
,
[
pkgname
])
...
...
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