devimint-cli-test.sh
1 #!/usr/bin/env bash 2 # Runs a CLI-based integration test 3 4 set -euo pipefail 5 export RUST_LOG="${RUST_LOG:-info}" 6 7 source scripts/_common.sh 8 build_workspace 9 add_target_dir_to_path 10 make_fm_test_marker 11 12 devimint cli-tests