File: panic-abort.sh

package info (click to toggle)
rust-bytes 1.10.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 616 kB
  • sloc: sh: 24; makefile: 2
file content (4 lines) | stat: -rwxr-xr-x 115 bytes parent folder | download | duplicates (14)
1
2
3
4
#!/bin/bash

set -ex
RUSTFLAGS="$RUSTFLAGS -Cpanic=abort -Zpanic-abort-tests" cargo test --all-features --test '*'