[orca] Undo an accidental change to the harness



commit 02124285b9761c2543c932d4e205cba7a3bd1a75
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Mon Sep 15 04:39:42 2014 -0400

    Undo an accidental change to the harness

 test/harness/runall.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/test/harness/runall.sh b/test/harness/runall.sh
index 72de319..470bc83 100755
--- a/test/harness/runall.sh
+++ b/test/harness/runall.sh
@@ -167,7 +167,7 @@ do
       #
       mkdir -p ./tmp/$application
       cd ./tmp/$application
-      for testFile in `find $testDir -xtype f -name "html*.py" | sort`; do
+      for testFile in `find $testDir -xtype f -name "*.py" | sort`; do
         echo ========================================
         echo Running $testFile
         if [ "$found" -gt 0 ]


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]