Files
xgopilot b1000c6c59 fix(test): Don't append .test suffix when package name already has it
Test package names already include the .test suffix (e.g., pkg.test),
so we should not append .test again. This fixes the issue where
'llgo test -c pkg' was outputting 'pkg.test.test' instead of 'pkg.test'.

Changes:
- Modified determineBaseNameAndDir() to use pkgName directly instead of
  pkgName + ".test" for test mode
- Updated test cases to reflect that pkgName already includes .test suffix

Fixes issue reported by @cpunion where llgo test -c pkg outputs pkg.test.test

Generated with [codeagent](https://github.com/qbox/codeagent)
Co-authored-by: cpunion <8459+cpunion@users.noreply.github.com>
2025-12-11 07:17:03 +00:00
..
2025-11-29 19:19:16 +08:00
2025-11-29 19:35:34 +08:00
2025-06-23 22:01:42 +08:00
2025-04-03 16:26:11 +08:00
2025-11-19 15:04:25 +08:00