mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-06 03:28:00 +02:00
tests: Cleanup test log filenames
The log files were being named like: surface-global-test.la-log.txt surface-global-test.la-serverlog.txt surface-test.la-log.txt surface-test.la-serverlog.txt text.weston-log.txt text.weston-serverlog.txt For consistency, omit the test filename's extension (.la/.so). Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk> Signed-off-by: Bryce Harrington <bryce@osg.samsung.com>
This commit is contained in:
parent
63b1ee9351
commit
69eb737a33
1 changed files with 2 additions and 2 deletions
|
|
@ -13,8 +13,8 @@ LOGDIR=$abs_builddir/logs
|
|||
|
||||
mkdir -p "$LOGDIR"
|
||||
|
||||
SERVERLOG="$LOGDIR/$1-serverlog.txt"
|
||||
OUTLOG="$LOGDIR/$1-log.txt"
|
||||
SERVERLOG="$LOGDIR/${TEST_NAME}-serverlog.txt"
|
||||
OUTLOG="$LOGDIR/${TEST_NAME}-log.txt"
|
||||
|
||||
rm -f "$SERVERLOG"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue