From f891f4c9632e70374b86d47960286e168e7bed26 Mon Sep 17 00:00:00 2001 From: Alexander Boettcher Date: Mon, 20 Apr 2020 12:15:20 +0200 Subject: [PATCH] vm_stress: change output message for ci scripts so that it detect it correctly as not available instead of a failure on normal work days Issue #3683 --- repos/ports/run/vmm_vm_stress.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repos/ports/run/vmm_vm_stress.inc b/repos/ports/run/vmm_vm_stress.inc index b405733a5..c7d6ad162 100644 --- a/repos/ports/run/vmm_vm_stress.inc +++ b/repos/ports/run/vmm_vm_stress.inc @@ -2,7 +2,7 @@ set current_date [clock format [clock seconds] -format %a] if {[get_cmd_switch --autopilot] && $current_date != "Sat" && $current_date != "Sun" } { - puts "\n Run script is not supported today on this platform. \n"; + puts "\n Run script is not supported on this platform today. \n"; exit 0 }