From f388aaaf52dab4ceaf8e5f26c72eb4a0d1d3b3e7 Mon Sep 17 00:00:00 2001 From: Aleksandar Pokopec Date: Thu, 28 Oct 2010 12:09:49 +0000 Subject: Mostly refactored existing test functionality f... Mostly refactored existing test functionality for parallel collections. Added immutable hash set tests. No review. --- tools/remotetest | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'tools/remotetest') diff --git a/tools/remotetest b/tools/remotetest index 1e81f7e2c3..262749c810 100755 --- a/tools/remotetest +++ b/tools/remotetest @@ -211,11 +211,13 @@ then fi # run the build and tests +SET_ANT_OPTS='export ANT_OPTS="-XX:MaxPermSize=192M -Xmx1536m"; echo $ANT_OPTS' +echo "Set ant options command: $SET_ANT_OPTS" if [[ $LOGFILE != "" ]] then - ssh $USER@$LOCATION "cd $WORKREPO; ant test" + ssh $USER@$LOCATION "cd $WORKREPO; $SET_ANT_OPTS; ant test" else - ssh $USER@$LOCATION "cd $WORKREPO; ant test | tee -a $LOGFILE" + ssh $USER@$LOCATION "cd $WORKREPO; $SET_ANT_OPTS; ant test | tee -a $LOGFILE" fi success -- cgit v1.2.3