diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2022-11-24 02:03:07 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-24 02:03:07 +0300 |
commit | 4b3ccf36eabcad859a13806a8dc47dfa651182a1 (patch) | |
tree | 31bebbe272b46d737093e1ea98bebf90b73f260b /test/desktop-lite | |
parent | 188f1ef26bc8fa942d552dfaa8596091a8a39126 (diff) |
Adds test coverage (#308)
* Add test coverage
* temp: debug test
* Update tests
Diffstat (limited to 'test/desktop-lite')
-rwxr-xr-x | test/desktop-lite/test.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/desktop-lite/test.sh b/test/desktop-lite/test.sh index bd0a516..9009aa9 100755 --- a/test/desktop-lite/test.sh +++ b/test/desktop-lite/test.sh @@ -5,7 +5,9 @@ set -e # Optional: Import test library source dev-container-features-test-lib -echo 'NO TESTS FOR ME YET!' +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" # Report result reportResults
\ No newline at end of file |