mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
On OSX, the traditional GNU `timeout` command is available as `gtimeout`. So, this commit adds some logic to the test runners to try and find the right command name on the host. Moreover, the commit also unifies the timeout mechanism across all test runners by rewriting occurrences of `ulimit`-based timeouting to use the `[g]timeout` command. JerryScript-DCO-1.0-Signed-off-by: Akos Kiss akiss@inf.u-szeged.hu