mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-25 11:30:37 -09:00
support/testing: package: gpsd: fix gpsfake command line
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>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 49156a0fa4)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
fdce4439ae
commit
37d82d410e
@@ -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...
|
||||
|
||||
Reference in New Issue
Block a user