From 1ff0df6f4e4b2af57acd452d5acadd929d3cc910 Mon Sep 17 00:00:00 2001 From: JP Ungaretti Date: Wed, 1 Mar 2023 01:28:09 +0000 Subject: Revert test changes --- test/dotnet/test.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'test/dotnet') diff --git a/test/dotnet/test.sh b/test/dotnet/test.sh index 5bbcd74..bb3d430 100755 --- a/test/dotnet/test.sh +++ b/test/dotnet/test.sh @@ -2,17 +2,17 @@ set -e -# Import test library +# Optional: Import test library source dev-container-features-test-lib -# Make sure .NET is installed -check "info" dotnet --info -check "list-sdks" dotnet --list-sdks +# Definition specific tests +check "dotnet" dotnet --info +check "sdks" dotnet --list-sdks check "version" dotnet --version -# Make sure the symlink works -check "current link info" /usr/local/dotnet/current/dotnet --info -check "current link sdk directory" ls -l /usr/local/dotnet/current/sdk +# Verify current symlink exists and works +check "current link dotnet" /usr/local/dotnet/current/dotnet --info +check "current link sdk" ls -l /usr/local/dotnet/current/sdk # Report result reportResults -- cgit v1.2.3