diff options
author | Tamás Zolnai <tamas.zolnai@collabora.com> | 2017-10-18 19:33:37 +0200 |
---|---|---|
committer | Tamás Zolnai <tamas.zolnai@collabora.com> | 2017-10-19 13:18:32 +0200 |
commit | 516efc23377452f4a3950289a3977a7bb68ba188 (patch) | |
tree | 232015ee1f7472410dbb99cd8aad96d7a180e663 /solenv/gbuild/platform/unittest-failed-WNT.sh | |
parent | f1cd64ec65253c1f84500b0af89c5b2990374a5d (diff) |
Let's have this additional info also for WIN builds
Change-Id: Ie641f7005980585501f2de1ed83f1cd27549b2bb
Reviewed-on: https://gerrit.libreoffice.org/43536
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Diffstat (limited to 'solenv/gbuild/platform/unittest-failed-WNT.sh')
-rwxr-xr-x | solenv/gbuild/platform/unittest-failed-WNT.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/solenv/gbuild/platform/unittest-failed-WNT.sh b/solenv/gbuild/platform/unittest-failed-WNT.sh index 55b583d1108d..d5df28ce186c 100755 --- a/solenv/gbuild/platform/unittest-failed-WNT.sh +++ b/solenv/gbuild/platform/unittest-failed-WNT.sh @@ -23,6 +23,10 @@ make $1Test_$2 CPPUNITTRACE=TRUE # which is a shortcut for the following line make $1Test_$2 CPPUNITTRACE="'$DEVENV' /debugexe" # for interactive debugging in Visual Studio make $1Test_$2 CPPUNITTRACE="drmemory -free_max_frames 20" # for memory checking (install Dr.Memory first, and put it to your PATH) +You can limit the execution to just one particular test by: + +make $1Test_$2 CPPUNIT_TEST_NAME="testXYZ" ...above mentioned params... + EOF exit 1 |