* [Buildroot] [PATCH 1/1] support/testing: package: gpsd: fix gpsfake command line
@ 2024-07-22 22:39 Julien Olivain
2024-07-23 8:50 ` Thomas Petazzoni via buildroot
2024-08-29 13:38 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Julien Olivain @ 2024-07-22 22:39 UTC (permalink / raw)
To: buildroot; +Cc: Julien Olivain
The gpsfake command line has a typo (a missing space), which makes the
next gpsctl command to always fail.
This commit fixes the issue by adding the missing space.
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/7391792948
Signed-off-by: Julien Olivain <ju.o@free.fr>
---
support/testing/tests/package/test_gpsd.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/support/testing/tests/package/test_gpsd.py b/support/testing/tests/package/test_gpsd.py
index deed586c17..7ca5973981 100644
--- a/support/testing/tests/package/test_gpsd.py
+++ b/support/testing/tests/package/test_gpsd.py
@@ -33,7 +33,7 @@ class TestGpsd(infra.basetest.BRTest):
# We start the "gpsfake" GPS emulator instead.
cmd = "gpsfake"
cmd += " --slow --cycle 0.1 --quiet"
- cmd += "/root/udp-nmea.log &> /dev/null &"
+ cmd += " /root/udp-nmea.log &> /dev/null &"
self.assertRunOk(cmd)
# Wait a bit, to let the gpsfake and gpsd to settle...
--
2.45.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/1] support/testing: package: gpsd: fix gpsfake command line
2024-07-22 22:39 [Buildroot] [PATCH 1/1] support/testing: package: gpsd: fix gpsfake command line Julien Olivain
@ 2024-07-23 8:50 ` Thomas Petazzoni via buildroot
2024-08-29 13:38 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-07-23 8:50 UTC (permalink / raw)
To: Julien Olivain; +Cc: buildroot
On Tue, 23 Jul 2024 00:39:22 +0200
Julien Olivain <ju.o@free.fr> wrote:
> The gpsfake command line has a typo (a missing space), which makes the
> next gpsctl command to always fail.
>
> This commit fixes the issue by adding the missing space.
>
> Fixes:
> https://gitlab.com/buildroot.org/buildroot/-/jobs/7391792948
>
> Signed-off-by: Julien Olivain <ju.o@free.fr>
> ---
> support/testing/tests/package/test_gpsd.py | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Ah, I had missed this during the review, it was not easy to spot.
Thanks for fixing quickly!
Applied!
Best regards,
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/1] support/testing: package: gpsd: fix gpsfake command line
2024-07-22 22:39 [Buildroot] [PATCH 1/1] support/testing: package: gpsd: fix gpsfake command line Julien Olivain
2024-07-23 8:50 ` Thomas Petazzoni via buildroot
@ 2024-08-29 13:38 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2024-08-29 13:38 UTC (permalink / raw)
To: Julien Olivain; +Cc: buildroot
>>>>> "Julien" == Julien Olivain <ju.o@free.fr> writes:
> The gpsfake command line has a typo (a missing space), which makes the
> next gpsctl command to always fail.
> This commit fixes the issue by adding the missing space.
> Fixes:
> https://gitlab.com/buildroot.org/buildroot/-/jobs/7391792948
> Signed-off-by: Julien Olivain <ju.o@free.fr>
Committed to 2024.02.x and 2024.05.x, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-08-29 13:38 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-22 22:39 [Buildroot] [PATCH 1/1] support/testing: package: gpsd: fix gpsfake command line Julien Olivain
2024-07-23 8:50 ` Thomas Petazzoni via buildroot
2024-08-29 13:38 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox