system tests: improve log output

This commit is contained in:
André Roth
2024-06-08 15:37:18 +02:00
parent 34c1c1f83a
commit d8cfafccc9
4 changed files with 48 additions and 10 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
rm -rf /app/tmp
rm -rf /tmp/aptly*
usermod -u `stat -c %u /app` aptly
usermod -u `stat -c %u /app` aptly >/dev/null
chown -R `stat -c %u /app` /var/lib/aptly
# use same /home/runner dir as in github workflow