Minor changes

This commit is contained in:
Eduard Urbach 2023-10-19 10:14:52 +02:00
parent ef89ce84d7
commit 3880a493c1
Signed by: eduard
GPG key ID: 49226B848C78F6C8
8 changed files with 46 additions and 36 deletions

View file

@ -18,7 +18,7 @@ func TestCLI(t *testing.T) {
{[]string{"invalid"}, 2},
{[]string{"system"}, 0},
{[]string{"build", "non-existing-directory"}, 1},
{[]string{"build", "examples/hello/hello.q"}, 2},
{[]string{"build", "examples/hello/hello.q"}, 1},
{[]string{"build", "examples/hello", "--invalid"}, 2},
}