Re: [PATCH weston] tests: print the command line to log

2016-06-23 Thread Pekka Paalanen
On Wed, 22 Jun 2016 15:00:49 +0200 Quentin Glidic wrote: > On 13/06/2016 13:18, Pekka Paalanen wrote: > > From: Pekka Paalanen > > > > weston-tests-env is a beast to handle, when you would like to start > > weston manually for a test you wan to start inside gdb. This patch > > causes the full co

Re: [PATCH weston] tests: print the command line to log

2016-06-22 Thread Quentin Glidic
On 13/06/2016 13:18, Pekka Paalanen wrote: From: Pekka Paalanen weston-tests-env is a beast to handle, when you would like to start weston manually for a test you wan to start inside gdb. This patch causes the full command line to be printed to the automake test logs, so you can copy it from th

[PATCH weston] tests: print the command line to log

2016-06-13 Thread Pekka Paalanen
From: Pekka Paalanen weston-tests-env is a beast to handle, when you would like to start weston manually for a test you wan to start inside gdb. This patch causes the full command line to be printed to the automake test logs, so you can copy it from there and run it by hand. Signed-off-by: Pekka