From dee4d43eb9e0e10ac03b096703ec54d59ad18f60 Mon Sep 17 00:00:00 2001 From: Christian Helmuth Date: Tue, 20 Nov 2018 09:24:45 +0100 Subject: [PATCH] Use common abort message in solo5 run scripts This enables our nightly tools to detect this abort is not fatal but because of an unsupported platform. --- repos/libports/run/solo5.run | 4 ++-- repos/libports/run/solo5_ping.run | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/repos/libports/run/solo5.run b/repos/libports/run/solo5.run index 434556e81f..00ff90f61d 100644 --- a/repos/libports/run/solo5.run +++ b/repos/libports/run/solo5.run @@ -4,8 +4,8 @@ if {![have_spec 64bit]} { } if {[have_spec linux]} { - puts "\nRunscript not compatible with base-linux drivers\n" - exit 0 + puts "\nRun script is not supported on this platform\n" + exit 0 } create_boot_directory diff --git a/repos/libports/run/solo5_ping.run b/repos/libports/run/solo5_ping.run index 9b88763092..106482d152 100644 --- a/repos/libports/run/solo5_ping.run +++ b/repos/libports/run/solo5_ping.run @@ -4,8 +4,8 @@ if {![have_spec x86_64]} { } if {[have_spec linux]} { - puts "\nRunscript not compatible with base-linux drivers\n" - exit 0 + puts "\nRun script is not supported on this platform\n" + exit 0 } create_boot_directory