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

test_newapkbuild: disable half test, upstream bug

Half of this test is failing, because of a regression in newapkbuild.

This patch will fix it:
https://github.com/alpinelinux/abuild/pull/75

Until then, let's disable this test, so our testsuite runs through
again. If somebody is curious on how I've developed and tested this
patch with pmbootstrap, I've added a guide to the wiki:
https://wiki.postmarketos.org/wiki/Hacking_on_abuild
parent a4733e94
No related branches found
No related tags found
No related merge requests found
Pipeline #189799 passed
......@@ -59,6 +59,12 @@ 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])
......
  • Administrator @root

    mentioned in commit 9db7f038

    By Oliver Smith on 2019-06-17T20:42:10

    · Imported

    mentioned in commit 9db7f038

    By Oliver Smith on 2019-06-17T20:42:10

    Edited by Ghost User
    Toggle commit list
  • Administrator @root

    mentioned in merge request !1792 (merged)

    By Oliver Smith on 2019-06-17T20:43:13

    · Imported

    mentioned in merge request !1792 (merged)

    By Oliver Smith on 2019-06-17T20:43:13

    Edited by Ghost User
    Toggle commit list
  • Administrator @root

    mentioned in commit 0c3dd469

    By Oliver Smith on 2019-06-26T21:52:59

    · Imported

    mentioned in commit 0c3dd469

    By Oliver Smith on 2019-06-26T21:52:59

    Edited by Ghost User
    Toggle commit list
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