Skip to content
Snippets Groups Projects

Support building the split systemd repository

Merged Oliver Smith requested to merge wip into master
All threads resolved!
60 files
+ 852
477
Compare changes
  • Side-by-side
  • Inline
Files
60
+ 1
1
@@ -89,7 +89,7 @@ pytest \
-x \
$cov_arg \
test \
-m "not skip_ci" \
-m "not skip_ci and not skip_pmbv2" \
"$@"
if command -v coverage >/dev/null; then
Loading