Bash script to run tests

This commit is contained in:
Mike Harder 2018-05-09 17:46:04 -07:00
parent 24e5ef2c5a
commit ab00ca08bd
1 changed files with 3 additions and 0 deletions

3
test.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
dotnet test --logger "console;verbosity=detailed" "$@"