Run DTrace test scripts with "tst" set to the test script file name.
MFC after: 1 week Sponsored by: Dell EMC Isilon
This commit is contained in:
parent
83faf8fc96
commit
6b91eae9d2
@ -70,7 +70,7 @@ runtest()
|
||||
err.*.ksh|tst.*.ksh)
|
||||
expr "$TFILE" : 'err.*' >/dev/null && exstatus=1
|
||||
|
||||
ksh "$TFILE" /usr/sbin/dtrace >$STDOUT 2>$STDERR
|
||||
tst=$TFILE ksh "$TFILE" /usr/sbin/dtrace >$STDOUT 2>$STDERR
|
||||
status=$?
|
||||
|
||||
if [ $status -ne $exstatus ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user