From 4b3ccf36eabcad859a13806a8dc47dfa651182a1 Mon Sep 17 00:00:00 2001 From: Samruddhi Khandale Date: Wed, 23 Nov 2022 15:03:07 -0800 Subject: Adds test coverage (#308) * Add test coverage * temp: debug test * Update tests --- test/desktop-lite/test.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'test/desktop-lite/test.sh') 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 -- cgit v1.2.3