diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-04-21 01:06:57 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-04-23 17:44:14 +0200 |
| commit | 6fb258f79548b588031c4cc6d0ca1774ca35b752 (patch) | |
| tree | 3bf7fa0290565b6687c7969c85099662ea9e6b72 /run | |
| parent | 87df63f0ca9cf1df4f99f5818dad45bbc4c6e3e3 (diff) | |
Do less logging during tests, but also log some details of what test is
running on Windows.
Diffstat (limited to 'run')
| -rw-r--r-- | run/tests.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run/tests.bat b/run/tests.bat index 8ae162e86..a6ae38fa7 100644 --- a/run/tests.bat +++ b/run/tests.bat @@ -3,4 +3,4 @@ set DCPOMATIC_TEST_PRIVATE=c:\users\ci\dcpomatic-test-private xcopy ..\libdcp\tags build\tags\ copy ..\openssl\apps\openssl.exe build\test\ xcopy fonts build\fonts\ -build\test\unit-tests.exe %1 %2 +build\test\unit-tests.exe --log_level=test_suite %1 %2 |
