blob: be0018422e1d221cbbb29562cec383b05510f655 [file] [log] [blame]
robbiew87b50552003-05-07 16:01:02 +00001#!/bin/sh
2# This will only run the quickhit tests.
3cd `dirname $0`
4LTPROOT=${PWD}
5
6mkdir /tmp/runpan-$$
7cd /tmp/runpan-$$
8
9export PATH="${PATH}:${LTPROOT}/doio:${LTPROOT}/testcases/bin"
10
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