aboutsummaryrefslogtreecommitdiff
path: root/test/dotnet
diff options
context:
space:
mode:
authorJP Ungaretti <git@jungaretti.com>2023-03-01 20:20:17 +0300
committerJP Ungaretti <git@jungaretti.com>2023-03-01 20:20:17 +0300
commit387dc5346eac3ed839bb1bf24c34baf5adf8fdec (patch)
tree8eb96b6c547eae560e041072070bc302da4ba3f3 /test/dotnet
parentc1ce660cac298c144d89df7f649dee104b870aec (diff)
Add missing reportResults
Diffstat (limited to 'test/dotnet')
-rw-r--r--test/dotnet/build_dotnet_7.sh2
-rw-r--r--test/dotnet/run_dotnet_7.sh2
2 files changed, 4 insertions, 0 deletions
diff --git a/test/dotnet/build_dotnet_7.sh b/test/dotnet/build_dotnet_7.sh
index 11c575b..62e950c 100644
--- a/test/dotnet/build_dotnet_7.sh
+++ b/test/dotnet/build_dotnet_7.sh
@@ -7,3 +7,5 @@ source dev-container-features-test-lib
pushd example_project
check "dotnet restore" dotnet restore
check "dotnet build" dotnet build
+
+reportResults
diff --git a/test/dotnet/run_dotnet_7.sh b/test/dotnet/run_dotnet_7.sh
index 40d7b72..ea66bd4 100644
--- a/test/dotnet/run_dotnet_7.sh
+++ b/test/dotnet/run_dotnet_7.sh
@@ -6,3 +6,5 @@ source dev-container-features-test-lib
pushd example_project
check "dotnet run" bash -c "dotnet run | grep 'Inception'"
+
+reportResults