1
0
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:
Delyan Angelov
2021-01-09 19:25:50 +02:00
parent 8f315d226b
commit ca83746884
2 changed files with 7 additions and 8 deletions

View File

@ -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'