From 18db2f09c7052a06625b043209a8d8a8cae154a4 Mon Sep 17 00:00:00 2001 From: Josh Spicer Date: Fri, 18 Nov 2022 00:25:06 +0000 Subject: attempt to debug why this is not working in Action --- test/dotnet/install_non_root_remoteUser.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'test') diff --git a/test/dotnet/install_non_root_remoteUser.sh b/test/dotnet/install_non_root_remoteUser.sh index e9680cb..db67e03 100644 --- a/test/dotnet/install_non_root_remoteUser.sh +++ b/test/dotnet/install_non_root_remoteUser.sh @@ -7,6 +7,18 @@ source dev-container-features-test-lib check "ensure i am user codespace" bash -c "whoami | grep 'codespace'" +echo "Echoing contents of '/home/codespace/' ...." +ls -la /home/codespace/ + +echo "Echoing contents of '/home/codespace/.dotnet' ...." +ls -la /home/codespace/.dotnet/ + +check "symlinked '/home/codespace/.dotnet' folder has the correct permissions" bash -c "ls -la /home/codespace | grep -E 'lrwxrwxrwx 1 codespace codespace (.*) .dotnet -> /usr/local/dotnet/current'" + + + +check "A file following the symlink has the correct permissions" bash -c "" + ./install_dotnet_7_jammy.sh # Report result -- cgit v1.2.3