mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: fix compilation of the test infrastructure
This commit is contained in:
@@ -5,8 +5,8 @@ import os.cmdline
|
||||
import testing
|
||||
|
||||
fn main() {
|
||||
args := os.args
|
||||
if args.last() == 'test' {
|
||||
args := os.args.clone()
|
||||
if os.args.last() == 'test' {
|
||||
println('Usage:')
|
||||
println(' A)')
|
||||
println(' v test folder/ : run all v tests in the given folder.')
|
||||
|
||||
Reference in New Issue
Block a user