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/test.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/dotnet/test.sh') diff --git a/test/dotnet/test.sh b/test/dotnet/test.sh index 7eb0cf6..3befeec 100755 --- a/test/dotnet/test.sh +++ b/test/dotnet/test.sh @@ -17,5 +17,7 @@ check "some major version of dotnet 7 is installed" bash -c "dotnet --version | 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 \ No newline at end of file -- cgit v1.2.3