only run test if ATFBIN defined

This commit is contained in:
Mark Andrews
2011-02-27 14:13:51 +00:00
parent 6c90d1f0d9
commit 8e917272a9

View File

@@ -3,4 +3,7 @@
PATH=${PATH}:@ATFBIN@
export PATH
atf-run | atf-report
if [ -n "@ATFBIN@" ]
then
atf-run | atf-report
fi