Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.
/ bun-filter-exitcode Public archive

Minimal reproduction of --filter negating child process exit code

Notifications You must be signed in to change notification settings

iJigg/bun-filter-exitcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bun-filter-repro

To install dependencies:

bun install

To run:

bun run index.ts

Issue

bun --filter ignores exitCode of child scripts and always exist with code: 0

This is also reproducible in terminal without using $

  zsh: bun --filter './packages/fail' test
      fail test $ bun run index.ts
      │ Fail!
      └─ Exited with code 1
  zsh: $?
  zsh: command not found: 0

This project was created using bun init in bun v1.1.4. Bun is a fast all-in-one JavaScript runtime.

About

Minimal reproduction of --filter negating child process exit code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published