diff options
| author | Ralf Jung <post@ralfj.de> | 2025-05-11 09:28:47 +0200 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2025-05-11 09:28:47 +0200 |
| commit | f96fb61e4b87f9b2a90df2ee58c8a99d0dc0f83a (patch) | |
| tree | 14b61acbea30ff65c0542a2e1dcde483f856c7f0 /src/ci/docker | |
| parent | fd6626d7b8dfb04df3b7117d8977a22a1453f1c8 (diff) | |
| download | rust-f96fb61e4b87f9b2a90df2ee58c8a99d0dc0f83a.tar.gz rust-f96fb61e4b87f9b2a90df2ee58c8a99d0dc0f83a.zip | |
checktools.sh: fix bashism
Diffstat (limited to 'src/ci/docker')
| -rwxr-xr-x | src/ci/docker/host-x86_64/x86_64-gnu-tools/checktools.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/docker/host-x86_64/x86_64-gnu-tools/checktools.sh b/src/ci/docker/host-x86_64/x86_64-gnu-tools/checktools.sh index 9ed5b519b6e..9222710b843 100755 --- a/src/ci/docker/host-x86_64/x86_64-gnu-tools/checktools.sh +++ b/src/ci/docker/host-x86_64/x86_64-gnu-tools/checktools.sh @@ -47,7 +47,7 @@ fi # we only ensure that all assertions still pass. MIRIFLAGS="-Zmiri-force-intrinsic-fallback --cfg force_intrinsic_fallback -O -Zmir-opt-level=4 -Cdebug-assertions=yes" \ MIRI_SKIP_UI_CHECKS=1 \ - python3 "$X_PY" test --stage 2 src/tools/miri -- tests/{pass,panic} + python3 "$X_PY" test --stage 2 src/tools/miri -- tests/pass tests/panic # We natively run this script on x86_64-unknown-linux-gnu and x86_64-pc-windows-msvc. # Also cover some other targets via cross-testing, in particular all tier 1 targets. case $HOST_TARGET in |
