From: charles Date: Wed, 14 Oct 2009 01:28:14 +0000 (+0000) Subject: Change tests so they can run in parallel in same directory X-Git-Tag: pre-name-change~186 X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=commitdiff_plain;h=1a60bf00885822831b6553b58ec5236d385f07a3;ds=sidebyside Change tests so they can run in parallel in same directory --- diff --git a/direct/tests/run_fw_update_test_nand.sh b/direct/tests/run_fw_update_test_nand.sh index 61baf7f..8893d40 100755 --- a/direct/tests/run_fw_update_test_nand.sh +++ b/direct/tests/run_fw_update_test_nand.sh @@ -6,8 +6,8 @@ do seed=$RANDOM j=$(( $i % 10 )) - rm seed*$j - echo $seed>seed-for-run-$i + rm seed-nand-*$j + echo $seed>seed-nand-for-run-$i rm emfile-2k-0-*$j cp emfile-2k-0 emfile-2k-0-$i echo "######### Run $i with seed $seed" diff --git a/direct/tests/run_fw_update_test_nor.sh b/direct/tests/run_fw_update_test_nor.sh index 5bfd945..b9daa24 100755 --- a/direct/tests/run_fw_update_test_nor.sh +++ b/direct/tests/run_fw_update_test_nor.sh @@ -6,8 +6,8 @@ do seed=$RANDOM j=$(( $i % 10 )) - rm seed*$j - echo $seed>seed-for-run-$i + rm seed-nor-*$j + echo $seed>seed-nor-for-run-$i rm data*$j cp emfile-nor data-for-run-$i echo "######### Run $i with seed $seed"