mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
node: fix the rest of test-process (#16026)
This commit is contained in:
@@ -25,7 +25,7 @@ esac
|
||||
|
||||
export BUN_DEBUG_QUIET_LOGS=1
|
||||
|
||||
for x in $(find test/js/node/test/parallel -type f -name "test-$1*.js")
|
||||
for x in $(find test/js/node/test/parallel -type f -name "test-$1*.js" | sort)
|
||||
do
|
||||
i=$((i+1))
|
||||
echo ./$x
|
||||
|
||||
Reference in New Issue
Block a user