summaryrefslogtreecommitdiffstats
path: root/sanity/system_light/scripts/posix_compliance.sh
blob: 69c8dcdc9906c9a2234c2b2dfb5d46785e3fea85 (plain)
1
2
3
4
5
6
#! /bin/bash

(time prove -r $DIR/tests "$@" | tee -a /tmp/posix

grep FAILED /tmp/posix 2> /dev/null) 2>>$LOG_FILE 1>>$LOG_FILE