Merge pull request #17900 from aydun/wiki_changes
[civicrm-core.git] / tools / scripts / phpunit-indiv
index c681c56be4199e793b884887ef3e189a26ff048d..8dc447c5336c91ee708d385a535fd5edd5a0ba76 100755 (executable)
@@ -54,6 +54,8 @@ fi
 
 #phpunit-ls "$TESTSUITE"
 $BINDIR/phpunit-ls "$TESTSUITE" | while read FILE CLASS METHOD ; do
+  if [ -z "$FILE" -o ! -f "$FILE" ]; then continue; fi
+  echo "[[Processing $FILE $CLASS::$METHOD]]"
   ## Optionally reset DBs
   if [ -n "$CIVIBUILD_RESTORE" ]; then
     civibuild restore "$CIVIBUILD_RESTORE"