Closed testautomation closed 4 years ago
Hi @testautomation,
What happens is that the sleep
builtin is not implemented on the shell interpreter Task uses, so it unfortunately won't work on Windows for now (which doesn't have a proper executable called sleep
available).
I'm closing this as a duplicate of #197.
For more information see https://github.com/mvdan/sh/issues/93 and https://github.com/mvdan/sh/issues/97.
Task version: 2.8.0 OS: Windows 10 64 bit
error:
example task
additional information
sleep is not supported by Window's cmd.exe
but works in PowerShell
task command was executed in "Windows Terminal (Preview)" which uses PowerShell under the hood - not cmd.exe