Skip to content
Snippets Groups Projects

.ci/testcases/test_device.py: fix TypeError

Merged Anri Dellal requested to merge HenriDellal/pmaports:fix-typeerror-ci into master
@@ -61,7 +61,7 @@ def test_aports_device():
raise RuntimeError("wrong architecture, please change to arch=\""
f"{deviceinfo.arch}\": {path}")
if "!archcheck" not in apkbuild["options"]:
raise RuntimeError("!archcheck missing in options= line: " + path)
raise RuntimeError("!archcheck missing in options= line: " + path.as_posix())
def test_aports_device_kernel():
Loading