clean up test output
This commit is contained in:
@@ -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_notify:1"
|
||||
echo "A:A test to determine online functionality of notify"
|
||||
|
||||
#
|
||||
# Perform tests
|
||||
#
|
||||
@@ -103,7 +107,7 @@ perl ../digcomp.pl dig.out.ns2 dig.out.ns3
|
||||
status=`expr $status + $?`
|
||||
|
||||
if [ $status != 0 ]; then
|
||||
echo "FAILED with status $status"
|
||||
echo "R:FAIL"
|
||||
else
|
||||
echo "R:PASS"
|
||||
fi
|
||||
|
||||
exit $status
|
||||
|
||||
Reference in New Issue
Block a user