Skip to content
Snippets Groups Projects

CI: Extend integration testing

Merged Caleb Connolly requested to merge caleb/moar-testing into master
All threads resolved!
Compare and Show latest version
7 files
+ 53
46
Compare changes
  • Side-by-side
  • Inline
Files
7
+ 1
1
@@ -182,7 +182,7 @@ def configure_abuild(chroot: Chroot, verify=False):
for line in handle:
if not line.startswith(prefix):
continue
if line != (prefix + jobs + "\n"):
if line != (prefix + str(jobs) + "\n"):
if verify:
raise RuntimeError(
f"Failed to configure abuild: {path}"
Loading