s_c_test_create dist script is not working as intended

XMLWordPrintableJSON

    • Storage Engines
    • None
    • None

      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:
              [DO NOT USE] Backlog - Storage Engines Team
              Reporter:
              Haribabu Kommi
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: