Commit 54521dd duke
committed Sep 20, 2023
File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -862,8 +862,9 @@ define SetupRunJtregTestBody
862
862
863
863
$$(eval $$(call SetupRunJtregTestCustom, $1))
864
864
865
- clean-workdir -$1:
865
+ clean-outputdirs -$1:
866
866
$$(RM) -r $$($1_TEST_SUPPORT_DIR)
867
+ $$(RM) -r $$($1_TEST_RESULTS_DIR)
867
868
868
869
$1_COMMAND_LINE := \
869
870
$$(JAVA) $$($1_JTREG_LAUNCHER_OPTIONS) \
@@ -909,7 +910,7 @@ define SetupRunJtregTestBody
909
910
done
910
911
endif
911
912
912
- run-test-$1: pre-run-test clean-workdir -$1
913
+ run-test-$1: pre-run-test clean-outputdirs -$1
913
914
$$(call LogWarn)
914
915
$$(call LogWarn, Running test '$$($1_TEST)')
915
916
$$(call MakeDir, $$($1_TEST_RESULTS_DIR) $$($1_TEST_SUPPORT_DIR) \
@@ -946,9 +947,9 @@ define SetupRunJtregTestBody
946
947
$$(eval $1_TOTAL := 1) \
947
948
)
948
949
949
- $1: run-test-$1 parse-test-$1 clean-workdir -$1
950
+ $1: run-test-$1 parse-test-$1 clean-outputdirs -$1
950
951
951
- TARGETS += $1 run-test-$1 parse-test-$1 clean-workdir -$1
952
+ TARGETS += $1 run-test-$1 parse-test-$1 clean-outputdirs -$1
952
953
TEST_TARGETS += parse-test-$1
953
954
954
955
endef
You can’t perform that action at this time.
0 commit comments