aboutsummaryrefslogtreecommitdiff
path: root/test/dotnet/assert_run_project.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/dotnet/assert_run_project.sh')
-rw-r--r--test/dotnet/assert_run_project.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/dotnet/assert_run_project.sh b/test/dotnet/assert_run_project.sh
new file mode 100644
index 0000000..872d068
--- /dev/null
+++ b/test/dotnet/assert_run_project.sh
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+set -e
+
+source dev-container-features-test-lib
+
+cd example_project
+check "dotnet run" bash -c "dotnet run | grep 'Inception'" \ No newline at end of file