From 348ee69aaa59976259fe8f0b727a1719bc7663d9 Mon Sep 17 00:00:00 2001 From: Josh Spicer Date: Wed, 16 Nov 2022 22:18:29 +0000 Subject: follow symlinks when chowning and add practical dotnet test --- test/dotnet/install_dotnet_3.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/dotnet/install_dotnet_3.sh') diff --git a/test/dotnet/install_dotnet_3.sh b/test/dotnet/install_dotnet_3.sh index 51d871b..aed11f5 100644 --- a/test/dotnet/install_dotnet_3.sh +++ b/test/dotnet/install_dotnet_3.sh @@ -13,5 +13,7 @@ check "dotnet version 3 installed" bash -c "ls -l /usr/share/dotnet/sdk | grep check "current link dotnet" /usr/local/dotnet/current/dotnet --info check "current link sdk" ls -l /usr/local/dotnet/current/sdk +./assert_run_project.sh + # Report result reportResults -- cgit v1.2.3