Skip to content

Commit 544e64e

Browse files
committed
comments
1 parent 71e16f7 commit 544e64e

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

test/dotnetaspire/test.sh

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,7 @@ set -e
44

55
# Run tests with `devcontainer features test -f dotnetaspire` in the parent of the src and test folders.
66

7-
# Optional: Import test library bundled with the devcontainer CLI
8-
# See https://github.com/devcontainers/cli/blob/HEAD/docs/features/test.md#dev-container-features-test-lib
9-
# Provides the 'check' and 'reportResults' commands.
107
source dev-container-features-test-lib
11-
12-
# Feature-specific tests
13-
# The 'check' command comes from the dev-container-features-test-lib. Syntax is...
14-
# check <LABEL> <cmd> [args...]
158
source dotnet_env.sh
169

1710
check "dotnet is installed in DOTNET_ROOT and execute permission is granted" \
@@ -28,6 +21,4 @@ test "$DOTNET_ROOT/dotnet new aspire"
2821

2922
# There isn't currently a good way to check what version of the templates was installed.
3023

31-
# Report results
32-
# If any of the checks above exited with a non-zero exit code, the test will fail.
3324
reportResults

0 commit comments

Comments
 (0)