This website requires JavaScript.
Explore
Help
Sign In
huahaofeng
/
aspnetcore
Watch
1
Star
0
Fork
You've already forked aspnetcore
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Bash script to run tests
Browse Source
...
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
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
Expand all files
Collapse all files
3
test.sh
Executable file
Unescape
Escape
View File
@ -0,0 +1,3 @@
#!/bin/sh
dotnet
test
--logger
"console;verbosity=detailed"
"
$@
"
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
huahaofeng/aspnetcore
Title
Body
Create Issue