File: run_tests.sh

package info (click to toggle)
rust-openssh-sftp-client-lowlevel 0.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 196 kB
  • sloc: sh: 4; makefile: 2
file content (9 lines) | stat: -rwxr-xr-x 162 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/bin/bash

set -euxo pipefail

cd "$(dirname "$(realpath "$0")")"

export RUNTIME_DIR=${XDG_RUNTIME_DIR:-/tmp}

exec cargo test --all-features --workspace "$@"