node: fix the rest of test-process (#16026)

This commit is contained in:
Meghan Denny
2025-01-06 14:30:36 -08:00
committed by GitHub
parent 8268af3a7d
commit e1cfea4925
107 changed files with 2835 additions and 836 deletions

View File

@@ -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