rdkcentral / ut-core

Unit Test - Core Framework
Apache License 2.0
4 stars 0 forks source link

Fix few issues on Autogenerate script #127

Closed kanjoe24 closed 2 weeks ago

kanjoe24 commented 3 weeks ago

Few issues needs to be fixed on autogenerate script:

  1. The workspace path needs to be ./workspace, not ../workspace
  2. skeletons dir needs to be generated, even if it exists or doesn't exist
  3. The scripts fails on https://github.com/rdkcentral/rdkb-halif-wifi
  4. The script doesn't mention the error if it fails. Need to add trap on error and exit.