Uploaded image for project: 'WiredTiger'
  1. WiredTiger
  2. WT-4964

s_c_test_create dist script is not working as intended

    • Storage Engines

      s_c_test_create script can be used to create a new sample c test file with minimal required source code, including the updates to test/csuite/Makefile.am file. But the script is failing to update the Makefile.am file with new csuite test.

      Need to correct the following command to make the script to work.

      cat $CSUITE_DIRECTORY/Makefile.am | awk \
      "/^# Script add new line here/ && !modif

      { printf(\"$NEW_MAKE_SECT\"); modif=1 }

      {print}

      " > $tmp

            Assignee:
            backlog-server-storage-engines [DO NOT USE] Backlog - Storage Engines Team
            Reporter:
            haribabu.kommi@mongodb.com Haribabu Kommi
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: