features/test/dotnet/run_dotnet_7.sh
2023-03-01 19:19:02 +00:00

13 lines
202 B
Bash

#!/bin/bash
set -e
source dev-container-features-test-lib
check "non-root user" test "$(id -u)" -ne 0
pushd example_project
check "dotnet run" bash -c "dotnet run | grep 'Inception'"
reportResults