From 5bb6f303a1e23eeac37061a8025c5f04ce1eff86 Mon Sep 17 00:00:00 2001 From: JP Ungaretti Date: Wed, 1 Mar 2023 17:22:14 +0000 Subject: Finishing touches --- test/dotnet/install_dotnet_7_jammy.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/dotnet/install_dotnet_7_jammy.sh') diff --git a/test/dotnet/install_dotnet_7_jammy.sh b/test/dotnet/install_dotnet_7_jammy.sh index 3f5b785..26ca007 100644 --- a/test/dotnet/install_dotnet_7_jammy.sh +++ b/test/dotnet/install_dotnet_7_jammy.sh @@ -2,12 +2,10 @@ set -e -# Optional: Import test library source dev-container-features-test-lib ./test.sh check "some major version of dotnet 7 is installed" bash -c "dotnet --list-sdks | grep '7\.[0-9]*\.[0-9]*'" -# Report result reportResults -- cgit v1.2.3