Add quotes around final errmsg test, to handle the case where more than one test fails. r=slamm
git-svn-id: svn://10.0.0.236/trunk@58128 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -90,7 +90,7 @@ if ($status != 0) then
|
||||
set errmsg = ($errmsg "htmltable.out")
|
||||
endif
|
||||
|
||||
if ($errmsg != "") then
|
||||
if ("$errmsg" != "") then
|
||||
echo " "
|
||||
echo TESTS FAILED: $errmsg
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user