File: run_tests.sh

package info (click to toggle)
xdp-tools 1.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,360 kB
  • sloc: ansic: 24,678; sh: 2,627; makefile: 422; python: 337; lisp: 53
file content (6 lines) | stat: -rwxr-xr-x 108 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
#!/bin/bash

export $(cat ENVVARS | xargs -d '\n')

make test V=1 >> TEST_OUTPUT 2>&1
echo $? > TEST_RESULT