nokia / ntt

Modern tools for TTCN-3

Home Page:https://nokia.github.io/ntt/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Invalid test suite name

5nord opened this issue · comments

Describe the bug
test suite name is not calculated correctly, when using "." without package.yml as test suite root directory.

To Reproduce

$ cd $(mktemp -d); ntt show . -- name
.

Expected behavior
Should show the TTCN-3 compatible base name of the current directory. For example: tmp_xl1v7ETcn1

Possible fixes
Call filepath.Abs in manifest.go should be sufficient.