Minor changes
This commit is contained in:
parent
ef89ce84d7
commit
3880a493c1
8 changed files with 46 additions and 36 deletions
|
@ -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},
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue