Skip to content
Snippets Groups Projects
Commit 7429db12 authored by Oleg Grenrus's avatar Oleg Grenrus
Browse files

Add test.log finding spell

parent 7048dd85
No related branches found
No related tags found
No related merge requests found
......@@ -78,6 +78,11 @@ several. In general, the test executable for
`Cabal/tests/PackageTests` under folders named `dist-test` and
`dist-test.$subname`.
Handy command line spell to find test logs is:
```sh
find . -name test.log|grep test-name
```
* `Cabal:unit-tests` are small, quick-running unit tests
on small pieces of functionality in Cabal. If you are working
on some utility functions in the Cabal library you should run this
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment