mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
tools: ensure that v test-cleancode
is always run in the vroot folder
This commit is contained in:
@ -105,7 +105,6 @@ pub fn (mut ts TestSession) print_messages() {
|
||||
|
||||
pub fn new_test_session(_vargs string) TestSession {
|
||||
mut skip_files := []string{}
|
||||
skip_files << '_non_existing_'
|
||||
$if solaris {
|
||||
skip_files << 'examples/gg/gg2.v'
|
||||
skip_files << 'examples/pico/pico.v'
|
||||
|
Reference in New Issue
Block a user