mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
tools: remove specific case for FreeBSD in cmd/tools/vtest_test.v
(#24707)
This commit is contained in:
parent
4dc66e2675
commit
b77887ee22
1 changed files with 1 additions and 5 deletions
|
@ -13,11 +13,7 @@ fn testsuite_end() {
|
||||||
}
|
}
|
||||||
|
|
||||||
fn testsuite_begin() {
|
fn testsuite_begin() {
|
||||||
$if freebsd {
|
|
||||||
os.setenv('VFLAGS', '-cc clang', true)
|
|
||||||
} $else {
|
|
||||||
os.setenv('VFLAGS', '', true)
|
os.setenv('VFLAGS', '', true)
|
||||||
}
|
|
||||||
os.setenv('VCOLORS', 'never', true)
|
os.setenv('VCOLORS', 'never', true)
|
||||||
os.setenv('VJOBS', '2', true)
|
os.setenv('VJOBS', '2', true)
|
||||||
os.rmdir_all(tpath) or {}
|
os.rmdir_all(tpath) or {}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue