aboutsummaryrefslogtreecommitdiff
path: root/test/dotnet/install_dotnet_latest.sh
diff options
context:
space:
mode:
authorJosh Spicer <joshspicer@github.com>2022-11-17 01:18:29 +0300
committerGitHub <noreply@github.com>2022-11-17 01:18:29 +0300
commit348ee69aaa59976259fe8f0b727a1719bc7663d9 (patch)
tree03c07c75a5ec9947208b529f2ecebcf49085fb0d /test/dotnet/install_dotnet_latest.sh
parentf9acb6aae1e520b0b61aaac9ab4ecb00dd497451 (diff)
follow symlinks when chowning and add practical dotnet test
Diffstat (limited to 'test/dotnet/install_dotnet_latest.sh')
-rw-r--r--test/dotnet/install_dotnet_latest.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/dotnet/install_dotnet_latest.sh b/test/dotnet/install_dotnet_latest.sh
index 2c015fc..6e78d7a 100644
--- a/test/dotnet/install_dotnet_latest.sh
+++ b/test/dotnet/install_dotnet_latest.sh
@@ -13,5 +13,7 @@ check "dotnet version 7 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