mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
test: sort tests prior to running
This commit is contained in:
@ -16,10 +16,11 @@ IMAGE=$(docker build --file ${DIR}/Dockerfile -q ${DIR})
|
|||||||
# this less esoterically if we ever wanted.
|
# this less esoterically if we ever wanted.
|
||||||
find ${DIR}/cases \
|
find ${DIR}/cases \
|
||||||
-type f \
|
-type f \
|
||||||
-name '*.sh' \
|
-name '*.sh' | \
|
||||||
-exec \
|
sort | \
|
||||||
|
xargs \
|
||||||
|
-I '{}' \
|
||||||
${DIR}/run-host.sh \
|
${DIR}/run-host.sh \
|
||||||
--case '{}' \
|
--case '{}' \
|
||||||
--rewrite-abs-path \
|
--rewrite-abs-path \
|
||||||
$@ \
|
$@
|
||||||
';'
|
|
||||||
|
Reference in New Issue
Block a user