All tests pass for squashkiwi

This commit is contained in:
Your Name
2025-05-06 00:03:46 +12:00
parent 38cb23706d
commit 01858d8601
4 changed files with 38 additions and 14 deletions

View File

@ -55,6 +55,9 @@ title "Checking template $TEMPLATE"
SERVICE_NAME="test-$TEMPLATE"
title "Nuking old service"
ds fullnuke localhost $SERVICE_NAME || die "Failed to fullnuke old service"
title "Creating service"
ds create-service localhost $TEMPLATE $SERVICE_NAME || die "Failed to create service"