Changeset 160
- Timestamp:
- 05/09/08 02:33:22 (8 months ago)
- Location:
- trunk/bin
- Files:
-
- 3 modified
-
specrunner (modified) (1 diff)
-
testrunner (modified) (1 diff)
-
testrunner-st (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bin/specrunner
r159 r160 77 77 $result = include_once $file; 78 78 if (!$result) { 79 echo "ERROR: Cannot load '$file'. Make sure the file path and permission are correct.\n";79 echo "ERROR: Cannot load [ $file ]. Make sure the file path and permission are correct.\n"; 80 80 exit(1); 81 81 } -
trunk/bin/testrunner
r159 r160 77 77 $result = include_once $file; 78 78 if (!$result) { 79 echo "ERROR: Cannot load '$file'. Make sure the file path and permission are correct.\n";79 echo "ERROR: Cannot load [ $file ]. Make sure the file path and permission are correct.\n"; 80 80 exit(1); 81 81 } -
trunk/bin/testrunner-st
r159 r160 77 77 $result = include_once $file; 78 78 if (!$result) { 79 echo "ERROR: Cannot load '$file'. Make sure the file path and permission are correct.\n";79 echo "ERROR: Cannot load [ $file ]. Make sure the file path and permission are correct.\n"; 80 80 exit(1); 81 81 }
