Skip to content

Commit

Permalink
fix command
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz Wiesinger <[email protected]>
  • Loading branch information
mowies committed Aug 26, 2024
1 parent b70b08b commit 0641faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/package-tests/package-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ EOF
podman run --name "$container_name" -d "$image_name"

# ensure that the system is up and running by checking if systemctl is running
$container_exec -t "$container_name" systemctl is-system-running --quiet --wait
$container_exec systemctl is-system-running --quiet --wait
install_pkg "$container_name" "$PKG_PATH"

# ensure service has started and still running after 5 seconds
Expand Down

0 comments on commit 0641faf

Please sign in to comment.