aboutsummaryrefslogblamecommitdiff
path: root/test/dotnet/run_dotnet_7.sh
blob: cde1d9d69c07f6b35e12a2fe80939110ce3d9949 (plain) (tree)
1
2
3
4
5
6
7
8
9
10





                                      

                                           

                                                          

             
#!/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