feat: new bun_build and bun_compile, extend bun_install
This commit is contained in:
8
tests/binary_test/verify_runtime_flags_shape.sh
Executable file
8
tests/binary_test/verify_runtime_flags_shape.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
binary="$1"
|
||||
|
||||
grep -Fq -- '--no-install' "${binary}"
|
||||
grep -Fq -- '--preload' "${binary}"
|
||||
grep -Fq -- '--env-file' "${binary}"
|
||||
Reference in New Issue
Block a user