Skip to content
Snippets Groups Projects
Unverified Commit 9db7f038 authored by Oliver Smith's avatar Oliver Smith
Browse files

test_newapkbuild: enable full test again

newapkbuild bug is fixed upstream.

This reverts commit 9bc72368.
parent c0a86750
No related branches found
No related tags found
No related merge requests found
Pipeline #189874 failed
......@@ -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])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment