test/Makefile

changeset 9629
8119983116f6
parent 7271
a477f1af1bac
child 9637
eef07cd490d4
child 9726
c963a2881865
equal deleted inserted replaced
9628:04cb6ac03887 9629:8119983116f6
260 endif 260 endif
261 261
262 # Default JTREG to run 262 # Default JTREG to run
263 JTREG = $(JT_HOME)/bin/jtreg 263 JTREG = $(JT_HOME)/bin/jtreg
264 264
265 # Use agent mode
266 JTREG_BASIC_OPTIONS += -agentvm
265 # Only run automatic tests 267 # Only run automatic tests
266 JTREG_BASIC_OPTIONS += -a 268 JTREG_BASIC_OPTIONS += -a
267 # Report details on all failed or error tests, times too 269 # Report details on all failed or error tests, times too
268 JTREG_BASIC_OPTIONS += -v:fail,error,time 270 JTREG_BASIC_OPTIONS += -v:fail,error,time
269 # Retain all files for failing tests 271 # Retain all files for failing tests

mercurial