diff options
author | JP Ungaretti <git@jungaretti.com> | 2023-03-01 11:29:45 +0300 |
---|---|---|
committer | JP Ungaretti <git@jungaretti.com> | 2023-03-01 11:29:45 +0300 |
commit | c1ce660cac298c144d89df7f649dee104b870aec (patch) | |
tree | 9ebe9bffb9998beda98250d05bc41b6692ac7f9a /test/dotnet/run_dotnet_7.sh | |
parent | b80a77bcb5cb8de179d7c27df0f8ef93936f6977 (diff) |
Add scenarios for build and run
Diffstat (limited to 'test/dotnet/run_dotnet_7.sh')
-rw-r--r-- | test/dotnet/run_dotnet_7.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/dotnet/run_dotnet_7.sh b/test/dotnet/run_dotnet_7.sh new file mode 100644 index 0000000..40d7b72 --- /dev/null +++ b/test/dotnet/run_dotnet_7.sh @@ -0,0 +1,8 @@ +#!/bin/bash + +set -e + +source dev-container-features-test-lib + +pushd example_project +check "dotnet run" bash -c "dotnet run | grep 'Inception'" |