diff options
Diffstat (limited to 'test/dotnet/assert_run_project.sh')
-rw-r--r-- | test/dotnet/assert_run_project.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/test/dotnet/assert_run_project.sh b/test/dotnet/assert_run_project.sh deleted file mode 100644 index 40d7b72..0000000 --- a/test/dotnet/assert_run_project.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/bash - -set -e - -source dev-container-features-test-lib - -pushd example_project -check "dotnet run" bash -c "dotnet run | grep 'Inception'" |