Browse Source

Update error message when a test can't be located

Mike Dillon 10 years ago
parent
commit
83bffb8959
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/run.sh

+ 1 - 1
test/run.sh

@@ -152,7 +152,7 @@ for dockerImage in "$@"; do
 			fi
 		else
 			echo "skipping"
-			echo >&2 "error: $scriptDir is not a directory"
+			echo >&2 "error: unable to locate test '$t'"
 			didFail=1
 			continue
 		fi