features/test/desktop-lite/test.sh

13 lines
304 B
Bash
Raw Normal View History

2022-05-25 23:11:44 +03:00
#!/bin/bash
2022-05-13 03:07:22 +03:00
2022-05-25 23:11:44 +03:00
set -e
2022-05-13 03:07:22 +03:00
2022-05-25 23:11:44 +03:00
# Optional: Import test library
source dev-container-features-test-lib
2022-05-13 03:07:22 +03:00
check "desktop-init-exists" bash -c "ls /usr/local/share/desktop-init.sh"
check "log-exists" bash -c "ls /tmp/container-init.log"
check "fluxbox-exists" bash -c "ls -la ~/.fluxbox"
2022-05-13 03:07:22 +03:00
2022-05-25 23:11:44 +03:00
# Report result
reportResults