aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeoramund <161657516+Feoramund@users.noreply.github.com>2024-05-29 15:47:01 -0400
committerFeoramund <161657516+Feoramund@users.noreply.github.com>2024-06-02 14:47:07 -0400
commite11f3d252037500197672db990e8884faee230e4 (patch)
tree5373ab4c07be12570ae9cb2668a1c4a004b45029
parentdcfda195d2c1e215dd506253703fc04e660c9fc6 (diff)
Fix missing `-` for define in `tests/core/build.bat`
-rw-r--r--tests/core/build.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/core/build.bat b/tests/core/build.bat
index fc5e2dc3f..29603dc68 100644
--- a/tests/core/build.bat
+++ b/tests/core/build.bat
@@ -11,7 +11,7 @@ echo ---
echo ---
echo Running core:container tests
echo ---
-%PATH_TO_ODIN% test container %COMMON% define:test_progress_width=4 -out:test_core_container.exe || exit /b
+%PATH_TO_ODIN% test container %COMMON% -define:test_progress_width=4 -out:test_core_container.exe || exit /b
echo ---
echo Running core:crypto tests