Skip to content

Commit

Permalink
make sure the config space exists
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrfai committed Feb 22, 2024
1 parent 3de0d2a commit 1a99c07
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions debian/tests/diskimage
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ main-check() {

trap "cp -ap /var/log/fai/cloud? diskimage*.log $AUTOPKGTEST_ARTIFACTS" INT QUIT EXIT

if [ ! -d /srv/fai/config ]; then
fai-mk-configspace
fi
chk-file /srv/fai/config/class/50-host-classes

echo "=== creating and testing legacy bios diskimage ==="
Expand Down

0 comments on commit 1a99c07

Please sign in to comment.