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
This commit is contained in:
Alexander Boettcher 2020-04-20 12:15:20 +02:00 committed by Norman Feske
parent 9f28f4f803
commit f891f4c963
1 changed files with 1 additions and 1 deletions

View File

@ -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
}