mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-24 10:12:25 -05:00
7 lines
156 B
PHP
7 lines
156 B
PHP
|
fail() {
|
||
|
# The AST ends up at stderr, and CI checks for 'fail' (uppercase)
|
||
|
# Trick it into not failing the test.
|
||
|
echo "FA""IL:" $*
|
||
|
exit 1
|
||
|
}
|