tests: Allow tests to use customized command line parameters
Tests will now return the extra command line parameters they need when run with --params Signed-off-by: Bryce Harrington <bryce@osg.samsung.com> Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
This commit is contained in:
committed by
Pekka Paalanen
parent
3e3b59e0a2
commit
6bef237943
@@ -46,5 +46,6 @@ case $TESTNAME in
|
||||
--shell=$SHELL_PLUGIN \
|
||||
--log="$SERVERLOG" \
|
||||
--modules=$TEST_PLUGIN,$XWAYLAND_PLUGIN \
|
||||
$($abs_builddir/$TESTNAME --params) \
|
||||
&> "$OUTLOG"
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user