diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2018-08-30 14:29:22 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-08-31 06:33:46 -0700 |
commit | 4e1f806d024e49f440723e4bf0a706ee2662e6dc (patch) | |
tree | 2d236d5149b79c4cec91e9a7b6d8f9c9dbf35a2e /scripts | |
parent | 908340498109ca27b7cb33977911b4c287d19233 (diff) | |
download | subsurface-4e1f806d024e49f440723e4bf0a706ee2662e6dc.tar.gz |
Travis: show performance test results
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/linux/travisbuild.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/linux/travisbuild.sh b/scripts/linux/travisbuild.sh index f87ef7f76..6217ed574 100644 --- a/scripts/linux/travisbuild.sh +++ b/scripts/linux/travisbuild.sh @@ -24,6 +24,8 @@ export QT_DEBUG_PLUGINS=1 # for debugging: find $QT_ROOT/plugins env CTEST_OUTPUT_ON_FAILURE=1 make -C subsurface/build check +ls -lR subsurface/build | grep LastTest.log +grep -A1 RESULT\ :\ TestParsePerformance subsurface/build/tests/Testing/Temporary/LastTest.log # set up the appdir mkdir -p appdir/usr/plugins/ |