Make s_string hex number search compatible with MacOS

XMLWordPrintableJSON

    • Storage - Ra 2022-03-21
    • 2

      jeremy.thorp and will.korteland when I run s_string on my Mac, I get thousands of lines of output like:

      sed: -e: No such file or directory
      sed: s/0x[[:xdigit:]]\+//: No such file or directory
      sed: -e: No such file or directory
      sed: s/0x[[:xdigit:]]\+//: No such file or directory
      ...
      

      The changes made for unit testing introduced that and it is not working for MacOS.

      Also, I get these results eventually. It appears these need to be added to s.string.ok:

      ####################### MESSAGE ############################
      s_all run of: "./s_string" resulted in:
          ==== test/unittest/tests/packing/test_intpack.cpp
          ffffffffffffdfc
          ffffffffffffff
          xffffffffffffdfc
          xfffffffffffffeff
          xffffffffffffffc
          xffffffffffffffd
      #######################
      

              Assignee:
              Will Korteland
              Reporter:
              Susan LoVerso (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: