Add long_running, real_network, test_project, and failing columns to dotnet_tests table. Set test_project for all 3,491 rows. Mark 9 known failing tests. Fix slopwatch hook to use absolute path.
17 lines
306 B
JSON
17 lines
306 B
JSON
{
|
|
"hooks": {
|
|
"PostToolUse": [
|
|
{
|
|
"matcher": "Write|Edit|MultiEdit",
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "/Users/dohertj2/.dotnet/tools/slopwatch analyze -d . --hook",
|
|
"timeout": 60000
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|