-
Type: Bug
-
Resolution: Gone away
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: None
-
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
{print}
" > $tmp