sntp_client: No need to always limit this scenario to x86.

It runs pretty well on Raspberry Pi, for example.

Leaving this scenario limited to x86 for autopilot runs only.

Signed-off-by: Oleg Girko <ol@infoserver.lv>

Fixes #3536
This commit is contained in:
Oleg Girko 2019-10-15 19:34:47 +01:00 committed by Christian Helmuth
parent 93d3a0848a
commit 5cd684997a
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
assert_spec x86
if { [get_cmd_switch --autopilot] } { assert_spec x86 }
if { [have_spec linux] } {
puts "Run script is not supported on this platform."