Skip to content

Commit

Permalink
Use --foreground in check-node.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
heimskr committed Dec 11, 2024
1 parent 7c9548a commit af493f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/check-node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ for x in $(git ls-files test/js/node/test/parallel --exclude-standard --others |
do
i=$((i+1))
echo ./$x
if timeout 2 $PWD/build/debug/bun-debug ./$x
if timeout --foreground 2 "$PWD/build/debug/bun-debug" ./$x
then
j=$((j+1))
git add ./$x
Expand Down

0 comments on commit af493f9

Please sign in to comment.