On Mon, 30 Oct 2023, Bagas Sanjaya wrote: > On Sun, Oct 29, 2023 at 04:11:01PM +0100, Julia Lawall wrote: > > > > > > On Sun, 29 Oct 2023, Dorine Tipo wrote: > > > > > Signed-off-by: Dorine Tipo <dorine.a.tipo@xxxxxxxxx> > > > > > > Fix the line lengths of lines 8 and 49 > > > > The Signed off by line should be here, below the log message. Please see > > the patches sent by others. > > > > > export IGT_FORCE_DRIVER=${DRIVER_NAME} > > > export PATH=$PATH:/igt/bin/ > > > -export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/igt/lib/aarch64-linux-gnu/:/igt/lib/x86_64-linux-gnu:/igt/lib:/igt/lib64 > > > +export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/igt/lib/aarch64-linux-gnu/:/igt/lib/x86_64-linux-gnu > > > +export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/igt/lib:/igt/lib64 > > > > There was a suggestion that it was better to keep this as one line. > > > > Hi Julia, > > The submitter touched one of CI scripts for the DRM subsystem. To test > this patch, there must be a way to run these scripts locally (which > may requires non-trivial setup). > > Cc'ed DRM maintainers. There is a DRM outreachy project. I think that motivated this patch. julia