Changeset 160

Show
Ignore:
Timestamp:
05/09/08 02:33:22 (8 months ago)
Author:
iteman
Message:

- Minor changes.

Location:
trunk/bin
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/bin/specrunner

    r159 r160  
    7777        $result = include_once $file; 
    7878        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"; 
    8080            exit(1); 
    8181        } 
  • trunk/bin/testrunner

    r159 r160  
    7777        $result = include_once $file; 
    7878        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"; 
    8080            exit(1); 
    8181        } 
  • trunk/bin/testrunner-st

    r159 r160  
    7777        $result = include_once $file; 
    7878        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"; 
    8080            exit(1); 
    8181        }