equal
deleted
inserted
replaced
277 endif |
277 endif |
278 |
278 |
279 # Default JTREG to run |
279 # Default JTREG to run |
280 JTREG = $(JT_HOME)/bin/jtreg |
280 JTREG = $(JT_HOME)/bin/jtreg |
281 |
281 |
|
282 # Use agent mode |
|
283 JTREG_BASIC_OPTIONS += -agentvm |
282 # Only run automatic tests |
284 # Only run automatic tests |
283 JTREG_BASIC_OPTIONS += -a |
285 JTREG_BASIC_OPTIONS += -a |
284 # Report details on all failed or error tests, times too |
286 # Report details on all failed or error tests, times too |
285 JTREG_BASIC_OPTIONS += -v:fail,error,time |
287 JTREG_BASIC_OPTIONS += -v:fail,error,time |
286 # Retain all files for failing tests |
288 # Retain all files for failing tests |