features/test/dotnet/run_dotnet_7.sh
2023-03-01 17:20:17 +00:00

11 lines
157 B
Bash

#!/bin/bash
set -e
source dev-container-features-test-lib
pushd example_project
check "dotnet run" bash -c "dotnet run | grep 'Inception'"
reportResults