Skip to content

llgo test with error file name #1169

Description

@luoliwoshang
package a_test

import "testing"

func TestA(t *testing.T) {
	t.Fatal("A")
}

llgo test . only got ???

llgo/llgotest/a on  main [$!?⇡] via 🐹 v1.24.1 took 7s 
❯ llgo test .
--- FAIL: TestA (0.00s)
    ???:1: A
FAIL
/Users/zhangzhiyang/go/bin/a.test: exit code 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions