check: allow '-e testid' to exclude a single test
[xfstests-dev.git] / dmapi / src / suite2 / bindir / crttf
1 #!/bin/ksh
2 #
3 # Copyright (c) 2000-2001 Silicon Graphics, Inc.  All Rights Reserved.
4 #
5
6 if [[ $# != 2 ]]
7 then  print -u2 "USAGE: ${0##*/} bindir testdir"
8       exit 2
9 fi
10
11 for i in 0 1 2 3 4 5 6 7 8 9
12         do
13         $1/new_wf -l 32768 -b 4096 -R $2/realtime.$i
14         done
15