feat: new bun_build and bun_compile, extend bun_install
This commit is contained in:
10
tests/bundle_test/run_compiled_binary.sh
Executable file
10
tests/bundle_test/run_compiled_binary.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
binary="$1"
|
||||
output="$(${binary})"
|
||||
|
||||
if [[ ${output} != "compiled-cli" ]]; then
|
||||
echo "Unexpected output from compiled binary ${binary}: ${output}" >&2
|
||||
exit 1
|
||||
fi
|
||||
Reference in New Issue
Block a user