diff --git a/ci/container/test_component.sh b/ci/container/test_component.sh index ba8059cb3..7018c5e6e 100755 --- a/ci/container/test_component.sh +++ b/ci/container/test_component.sh @@ -5,4 +5,4 @@ THIS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" export SOURCE_ROOT=${SOURCE_ROOT:-/mnt/host} cd $SOURCE_ROOT -dotnet test -f net6.0 -l "console;verbosity=normal" +dotnet test -f net6.0 -l "console;verbosity=normal" --logger trx