From ad8c422cd99b9897999136460dce96707563d990 Mon Sep 17 00:00:00 2001 From: Greg DiCristofaro Date: Sun, 19 Jan 2025 11:16:53 -0500 Subject: [PATCH] update for appveyor --- appveyor.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 36fa7e6541..59516800fe 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -45,7 +45,4 @@ build_script: test_script: - cd %APPVEYOR_BUILD_FOLDER% - - SET NETBEANS_PLAT_VER=15 - - SET AUTOPSY_PLATFORM_PATH="%APPVEYOR_BUILD_FOLDER%/netbeans-plat/%NETBEANS_PLAT_VER%" - - SET AUTOPSY_HARNESS_PATH="%AUTOPSY_PLATFORM_PATH%/harness" - - cmd: ant -q ant -Dnbplatform.active.dir="%AUTOPSY_PLATFORM_PATH%" -Dnbplatform.default.harness.dir="%AUTOPSY_HARNESS_PATH%" test-no-regression + - 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