From e0cf037ba910ab20096a4d95ba643e5393631260 Mon Sep 17 00:00:00 2001 From: Greg DiCristofaro Date: Sun, 19 Jan 2025 11:40:48 -0500 Subject: [PATCH] typo fix --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 59516800fe..6f9e9f1c9a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -45,4 +45,4 @@ build_script: test_script: - cd %APPVEYOR_BUILD_FOLDER% - - cmd: ant -q ant -Dnbplatform.active.dir="%APPVEYOR_BUILD_FOLDER%/netbeans-plat/15" -Dnbplatform.default.harness.dir="%APPVEYOR_BUILD_FOLDER%/netbeans-plat/15/harness" test-no-regression + - cmd: ant -q -Dnbplatform.active.dir="%APPVEYOR_BUILD_FOLDER%/netbeans-plat/15" -Dnbplatform.default.harness.dir="%APPVEYOR_BUILD_FOLDER%/netbeans-plat/15/harness" test-no-regression