()
| 144 | |
| 145 | |
| 146 | def build_kmod(): |
| 147 | subprocess.check_output('uname -r', shell=True).strip() |
| 148 | |
| 149 | try: |
| 150 | run_docker_cmd('%s kmod' % BUILD_SCRIPT) |
| 151 | except: |
| 152 | print('*** module build has failed.', file=sys.stderr) |
| 153 | |
| 154 | |
| 155 | def build_kmod_buildtest(): |
no test coverage detected