mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-10 04:40:25 +01:00
bec14fee14
OS.set_environment() not available in v3.2 so create a new gut config file that skips these tests for v3.2.
10 lines
150 B
JSON
10 lines
150 B
JSON
{
|
|
"dirs": [
|
|
"res://test/unit"
|
|
],
|
|
"prefix": "",
|
|
"suffix": ".test.gd",
|
|
"include_subdirs": true,
|
|
"log_level": 2,
|
|
"should_exit": true
|
|
}
|