Don't use "-t" option when running tests any longer
This option now lists the available tags instead of showing the timing information. We could use Catch "--durations yes" option, but it results in too much output, so for now just run the tests with default verbosity.
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
<command>
|
||||
export DYLD_LIBRARY_PATH=../lib
|
||||
cd tests &&
|
||||
./test -t &&
|
||||
./test &&
|
||||
open ./test_gui.app
|
||||
</command>
|
||||
</copy-with-defaults>
|
||||
|
Reference in New Issue
Block a user