autotest / autotest-client-tests

Autotest client tests
Other
29 stars 84 forks source link

1) Added new code under linux-tools , this code can be usefull for b… #122

Open abhipsnl opened 7 years ago

abhipsnl commented 7 years ago

…uilding packages under ubuntu OS.

2) Apart from this modified existing code based on previous commit comments .

New changes are given below a) Changes from 'sh' to 'bash' in wrapper script b) Propers comments on Wrapper script. c) Handled return code properly for warning

NOTE : Previous pull request was failed , that too need to be merged

athira-rajeev commented 7 years ago

Abhishek, For Travis CI build failure, job log shows "The command "inspekt lint" exited with 1." So please check your code with "inspekt"

The objective of this script is to build the test binaries which are useful and needed by autotest-client-tests. Though this is a build tool ( not a testcase ) , while reviewing observed that script is not using any autotest framework code( for logging/executing commands ) . @lmr can we have this code under linux-tools ?