diff options
author | Mario Rodas <rodasmario2@gmail.com> | 2024-05-29 23:57:49 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@lix-systems> | 2024-05-29 23:57:49 +0000 |
commit | c71f21da3ac4d95ef9a42a26416ccee71639dbd6 (patch) | |
tree | a06cb483707a7fa9f8a8d0f5c89b04d01c4d71c2 /tests | |
parent | dd4a2c17593283456884db18fa32ea01851fd2c5 (diff) | |
parent | ec5f025ec2325e55834e37ca08f0f40125b041c4 (diff) |
Merge "tests: fix functional-timeout" into main
Diffstat (limited to 'tests')
-rw-r--r-- | tests/functional/timeout.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/timeout.sh b/tests/functional/timeout.sh index b179b79a2..e29a85f81 100644 --- a/tests/functional/timeout.sh +++ b/tests/functional/timeout.sh @@ -12,7 +12,7 @@ if [ $status -ne 101 ]; then exit 1 fi -if echo "$messages" | grepQuietInvert "timed out"; then +if echo "$messages" | grepQuietInverse "timed out"; then echo "error: build may have failed for reasons other than timeout; output:" echo "$messages" >&2 exit 1 |