mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 22:23:16 +00:00
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:
parent
9f28f4f803
commit
f891f4c963
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user