Skip to content

Commit

Permalink
Trying to figure out why install test fails
Browse files Browse the repository at this point in the history
  • Loading branch information
safing-bot committed May 30, 2023
1 parent 4832cbd commit 98a29a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux/tests/test-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ group "Systemd Integration"
if ! [ "${VERSION}" = "19 (Tara)" ] || is_systemd_running ; then # Skip systemd tests on Mint19 ...
debug "Use systemd-analyze to verify portmaster.service"

ls -lah /etc/systemd/system/portmaster.service
ls -lah /etc/systemd/system/portmaster.service /opt/safing/portmaster/portmaster.service

if ! systemd-analyze verify portmaster.service ; then
error "systemd-analyze returned an error for portmaster.service"
Expand Down

0 comments on commit 98a29a7

Please sign in to comment.