From 90de3da45f565d0037c83897939ec1b8ddd7a887 Mon Sep 17 00:00:00 2001 From: Leroy Hopson Date: Fri, 26 Apr 2024 11:03:47 +1200 Subject: [PATCH] chore(just): add trailing '/' to test directory --- Justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Justfile b/Justfile index 10ace7b..0a1f8d9 100644 --- a/Justfile +++ b/Justfile @@ -22,7 +22,7 @@ test: {{godot}} --headless -s addons/gut/gut_cmdln.gd -gtest={{test_files}} -gexit test-all: - {{godot}} --windowed --resolution 400x200 --position 0,0 -s addons/gut/gut_cmdln.gd -gdir=res://test -ginclude_subdirs=true -gopacity=0 -gexit + {{godot}} --windowed --resolution 400x200 --position 0,0 -s addons/gut/gut_cmdln.gd -gdir=res://test/ -ginclude_subdirs=true -gopacity=0 -gexit test-rendering: {{godot}} --windowed --resolution 400x200 --position 0,0 -s addons/gut/gut_cmdln.gd -gtest=res://test/test_rendering.gd -gopacity=0 -gexit