summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl/libmodule-build-perl/run-ptest
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/perl/libmodule-build-perl/run-ptest')
-rw-r--r--meta/recipes-devtools/perl/libmodule-build-perl/run-ptest2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-devtools/perl/libmodule-build-perl/run-ptest b/meta/recipes-devtools/perl/libmodule-build-perl/run-ptest
index 0d63d1513b..d802781f9e 100644
--- a/meta/recipes-devtools/perl/libmodule-build-perl/run-ptest
+++ b/meta/recipes-devtools/perl/libmodule-build-perl/run-ptest
@@ -6,8 +6,6 @@ for case in `find t -type f -name '*.t'`; do
6 cat $case.output 6 cat $case.output
7 if [ $ret -ne 0 ]; then 7 if [ $ret -ne 0 ]; then
8 echo "FAIL: ${case%.t}" 8 echo "FAIL: ${case%.t}"
9 elif grep -i 'SKIP' $case.output; then
10 echo "SKIP: ${case%.t}"
11 else 9 else
12 echo "PASS: ${case%.t}" 10 echo "PASS: ${case%.t}"
13 fi 11 fi