Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6395039

[TESTBUG] Test script misprint

XMLWordPrintable

    • generic, x86
    • generic, linux

      Test runtime/4475963 fails with message:
      /net/vmsqe.sfbay/export/backup/UNIFIED-DTF/DTWS/suites/HS_REGRESSION/testbase/test/runtime/4475963/Test4475963.sh: line 59: [: too many arguments

      There is misprint in test script "runtime/4475963/Test4475963.sh".

      This is the line where variable Check64 is set(line 41):
      Check64=`${TESTJAVA}${FS}bin${FS}java Check64Bit`

      Then this variable should be compared with 0, but in script variable with another name(Check64Bit) is used(line 59):
      if [ $Check64Bit = 0 -a $M_TYPE != "i386" ]

      So, the name of the variable "Check64" should be changed to "Check64Bit".

            ctornqvi Christian Tornqvist
            sboikovsunw Semen Boikov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: