diff options
author | JP Ungaretti <git@jungaretti.com> | 2023-03-01 11:24:39 +0300 |
---|---|---|
committer | JP Ungaretti <git@jungaretti.com> | 2023-03-01 11:24:39 +0300 |
commit | b80a77bcb5cb8de179d7c27df0f8ef93936f6977 (patch) | |
tree | 93773a42755e00e4e2ee1b4f4ae8740d4f101762 /test/dotnet/install_dotnet_7_bullseye.sh | |
parent | c95f761193f936b4d9af55f8494abfa6f01936ca (diff) |
Remove assert scripts
Diffstat (limited to 'test/dotnet/install_dotnet_7_bullseye.sh')
-rw-r--r-- | test/dotnet/install_dotnet_7_bullseye.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/dotnet/install_dotnet_7_bullseye.sh b/test/dotnet/install_dotnet_7_bullseye.sh index 12b1f85..3f5b785 100644 --- a/test/dotnet/install_dotnet_7_bullseye.sh +++ b/test/dotnet/install_dotnet_7_bullseye.sh @@ -9,8 +9,5 @@ source dev-container-features-test-lib check "some major version of dotnet 7 is installed" bash -c "dotnet --list-sdks | grep '7\.[0-9]*\.[0-9]*'" -./assert_build_project.sh -./assert_run_project.sh - # Report result reportResults |