clean up test output

This commit is contained in:
Michael Sawyer
2000-05-19 23:55:37 +00:00
parent 17a3fcecd0
commit 208c4f45c8
5 changed files with 34 additions and 10 deletions

View File

@@ -15,6 +15,10 @@
# ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
# SOFTWARE.
echo "S:`date`"
echo "T:system_views:1"
echo "A:A test to determine online functionality of views"
#
# Perform tests
#
@@ -77,7 +81,7 @@ if [ $? = 0 ]; then
fi
if [ $status != 0 ]; then
echo "FAILED with status $status"
echo "R:FAIL"
else
echo "R:PASS"
fi
exit $status