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.
|
||||
find ${DIR}/cases \
|
||||
-type f \
|
||||
-name '*.sh' \
|
||||
-exec \
|
||||
-name '*.sh' | \
|
||||
sort | \
|
||||
xargs \
|
||||
-I '{}' \
|
||||
${DIR}/run-host.sh \
|
||||
--case '{}' \
|
||||
--rewrite-abs-path \
|
||||
$@ \
|
||||
';'
|
||||
$@
|
||||
|
Reference in New Issue
Block a user