autotest / autotest-client-tests

Autotest client tests
Other
29 stars 84 forks source link

sqlite:cleanup of unnecessary folder and fixed some of the cosmetic issues #111

Closed ramyabs closed 7 years ago

ramyabs commented 7 years ago

Incorporated the changes suggested in pull request #107 Problem Description : 1)There were folder called sqlite-tcl (its separate test) ,so removed that . 2)In python wrapper we were calling the shell wrapper(sqlite.sh) which was not present ,instead it was inside the folder called sqlite. 3)so deleted the sqlite folder and added all the files present in sqlite folder to linux-tools/sqlite directly . 4)modified sqlite.py wrapper ,since it was not calling the sqlite.sh ,it was throwing error . 5)Made path changes to test_files/runpivot.sh ,test_files/sample03 inorder to run correctly .

Signed-off-by: Ramya BS ramyabs1@in.ibm.com