Compatibility: remove bash-ismsm from test scripts
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 9 Jul 2012 13:44:52 +0000 (09:44 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 9 Jul 2012 13:44:52 +0000 (09:44 -0400)
+= is not supported by all shells.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
tests/runall.sh
tests/runpaul-phase2.sh
tests/runpaul-phase3.sh
tests/subphase4.sh

index bd1f9618d005fdb9738aa7c1cef127b174f23b59..6072acabe9233d9739020b83c572e519b61e7a2a 100755 (executable)
@@ -44,7 +44,7 @@ for BATCH_SIZE in ${BATCH_ARRAY}; do
 done
 
 #setting gc each 32768. ** UPDATE FOR YOUR ARCHITECTURE BASED ON TEST ABOVE **
-EXTRA_OPTS+="-b 32768"
+EXTRA_OPTS="${EXTRA_OPTS} -b 32768"
 
 echo Executing update fraction test
 
index 0f6bd910f7bdd7d7877dbbd95568d9db0402908e..bba9e3e06e66c9e926db673617342905fb1d54e7 100755 (executable)
@@ -28,7 +28,7 @@ rm -f runall.log
 rm -fr runall.detail.log
 
 #setting gc each 32768. ** UPDATE FOR YOUR ARCHITECTURE BASED ON PHASE 1 RESULT **
-EXTRA_OPTS+="-b 32768"
+EXTRA_OPTS="${EXTRA_OPTS} -b 32768"
 
 echo Executing update fraction test
 
index 1956062ee752d53fc6c9613bd3699b8960d79003..7c5f055c15349cce93340ccd547601a182bd8c81 100755 (executable)
@@ -28,7 +28,7 @@ rm -f runall.log
 rm -fr runall.detail.log
 
 #setting gc each 32768. ** UPDATE FOR YOUR ARCHITECTURE BASED ON PHASE 1 RESULT **
-EXTRA_OPTS+="-b 32768"
+EXTRA_OPTS="${EXTRA_OPTS} -b 32768"
 
 #Test scalability :
 # x: vary number of readers from 0 to num cpus
index b69ffbf990b4ea974c18af750247de14cc534826..d0d7587d66a04a28fc2b4956b161ecfc10270b77 100755 (executable)
@@ -44,7 +44,7 @@ for BATCH_SIZE in ${BATCH_ARRAY}; do
 done
 
 #setting gc each 4096. ** UPDATE FOR YOUR ARCHITECTURE BASED ON TEST ABOVE **
-EXTRA_OPTS+="-b 32768"
+EXTRA_OPTS="${EXTRA_OPTS} -b 32768"
 
 echo Executing update fraction test
 
This page took 0.025794 seconds and 4 git commands to generate.