8316894: make test TEST="jtreg:test/jdk/..." fails on AIX
Reviewed-by: ihse, erikj
This commit is contained in:
parent
3f19df685c
commit
29348b3cf6
@ -178,7 +178,8 @@ ifeq ($(TEST_JOBS), 0)
|
|||||||
c = c * $(TEST_JOBS_FACTOR_JDL); \
|
c = c * $(TEST_JOBS_FACTOR_JDL); \
|
||||||
c = c * $(TEST_JOBS_FACTOR_MACHINE); \
|
c = c * $(TEST_JOBS_FACTOR_MACHINE); \
|
||||||
if (c < 1) c = 1; \
|
if (c < 1) c = 1; \
|
||||||
printf "%.0f", c; \
|
c = c + 0.5; \
|
||||||
|
printf "%d", c; \
|
||||||
}')
|
}')
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user