projects
/
platform
/
upstream
/
weston.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f556ebe
)
tests: Add error handling for system calls
author
Bryce Harrington
<bryce@osg.samsung.com>
Wed, 15 Apr 2015 22:10:31 +0000
(15:10 -0700)
committer
Bryce Harrington
<bryce@osg.samsung.com>
Thu, 21 May 2015 22:04:58 +0000
(15:04 -0700)
Signed-off-by: Bryce Harrington <bryce@osg.samsung.com>
Reviewed-By: Derek Foreman <derekf@osg.samsung.com>
tests/weston-tests-env
patch
|
blob
|
history
diff --git
a/tests/weston-tests-env
b/tests/weston-tests-env
index ed8ff98fed2f2d2c3aacc197d172c234decc2a7a..f945ac662d51911be543cdecde3084599b751354 100755
(executable)
--- a/
tests/weston-tests-env
+++ b/
tests/weston-tests-env
@@
-11,12
+11,12
@@
fi
WESTON=$abs_builddir/weston
LOGDIR=$abs_builddir/logs
-mkdir -p "$LOGDIR"
+mkdir -p "$LOGDIR"
|| exit
SERVERLOG="$LOGDIR/${TEST_NAME}-serverlog.txt"
OUTLOG="$LOGDIR/${TEST_NAME}-log.txt"
-rm -f "$SERVERLOG"
+rm -f "$SERVERLOG"
|| exit
BACKEND=${BACKEND:-headless-backend.so}