aboutsummaryrefslogtreecommitdiff
path: root/test/dotnet/install_dotnet_7_jammy.sh
diff options
context:
space:
mode:
authorJP Ungaretti <git@jungaretti.com>2023-03-01 20:22:14 +0300
committerJP Ungaretti <git@jungaretti.com>2023-03-01 20:22:14 +0300
commit5bb6f303a1e23eeac37061a8025c5f04ce1eff86 (patch)
tree802cc2ad6e538d1b8807ff6684b3bd2844112d2d /test/dotnet/install_dotnet_7_jammy.sh
parent387dc5346eac3ed839bb1bf24c34baf5adf8fdec (diff)
Finishing touches
Diffstat (limited to 'test/dotnet/install_dotnet_7_jammy.sh')
-rw-r--r--test/dotnet/install_dotnet_7_jammy.sh2
1 files changed, 0 insertions, 2 deletions
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