mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-03 20:14:22 +02:00
Enable tests for v3.2
OS.set_environment() not available in v3.2 so create a new gut config file that skips these tests for v3.2.
This commit is contained in:
parent
bb18df817d
commit
bec14fee14
2 changed files with 16 additions and 1 deletions
10
test/.gutconfig.3.2.json
Normal file
10
test/.gutconfig.3.2.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"dirs": [
|
||||
"res://test/unit"
|
||||
],
|
||||
"prefix": "",
|
||||
"suffix": ".test.gd",
|
||||
"include_subdirs": true,
|
||||
"log_level": 2,
|
||||
"should_exit": true
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue