File: .probetests

package info (click to toggle)
swift 2.35.0-4
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 22,516 kB
  • sloc: python: 277,184; javascript: 1,059; sh: 619; pascal: 295; makefile: 81; xml: 32
file content (10 lines) | stat: -rwxr-xr-x 114 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash

SRC_DIR=$(dirname $(realpath "$0"))

cd ${SRC_DIR}/test/probe
pytest $@
rvalue=$?
cd -

exit $rvalue