ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/branches/udr/testsuite/runtest.sh
(Generate patch)

Comparing ibx/branches/udr/testsuite/runtest.sh (file contents):
Revision 370 by tony, Wed Jan 5 14:59:15 2022 UTC vs.
Revision 371 by tony, Wed Jan 5 15:21:22 2022 UTC

# Line 29 | Line 29 | if [ -x testsuite ]; then
29    echo "Starting Testsuite"
30    echo ""
31    ./testsuite -u $USERNAME -p $PASSWORD -e $EMPLOYEEDB -n $NEWDBNAME -s $NEWDBNAME2 -b $BAKFILE -o testout.log $@
32 +  #normalise data/time
33 +  sed -i 's|Timestamp = [0-9][0-9][0-9][0-9]/[0-9][0-9]/[0-9][0-9] [0-9][0-9]:[0-9][0-9]:[0-9][0-9].[0-9][0-9][0-9][0-9]|Timestamp = yyyy/mm/dd hh:mm:ss.zzzz|' testout.log
34    echo "Comparing results with reference log"
35    echo ""
36    if grep 'ODS Major Version = 11' testout.log >/dev/null; then

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines