1 2 3 4 5 6 7 8
#!/bin/bash # Copyright (c) Microsoft Corporation. # Licensed under the MIT License. set -e yaml=$(realpath -e $1) RUST_BACKTRACE=1 cargo test parser::one_yaml -- --include-ignored --nocapture "$yaml"