blob: be0018422e1d221cbbb29562cec383b05510f655 [file] [log] [blame]
nstrazcd87d682000-09-21 20:42:31 +00001#!/bin/sh
2# This will only run the quickhit tests.
3cd `dirname $0`
4LTPROOT=${PWD}
5
6mkdir /tmp/runpan-$$
7cd /tmp/runpan-$$
8
plars9bd1ae22002-08-14 20:59:51 +00009export PATH="${PATH}:${LTPROOT}/doio:${LTPROOT}/testcases/bin"
nstrazcd87d682000-09-21 20:42:31 +000010
11${LTPROOT}/pan/pan -e $@ -a ltp -n ltp -f ${LTPROOT}/runtest/quickhit
12
13if [ $? -eq "0" ]; then
14 echo pan reported PASS
15else
16 echo pan reported FAIL
17fi