Skip to content

Commit

Permalink
Update ut.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
YunhuiChen authored Mar 8, 2022
1 parent 81a3a3d commit dfc74b1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ut.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,9 @@ for i in 0 1 2 3; do mkdir -p $i/{copysets,recycler}; done

# run all unittests background
for i in `find ${test_bin_dirs} -type f -executable -exec file -i '{}' \; | grep -E 'x-executable|x-sharedlib' | grep "charset=binary" | grep -v ".so"|grep test | grep -Ev 'snapshot-server|snapshot_dummy_server|client-test|server-test|multi|topology_dummy|curve_client_workflow|curve_fake_mds' | awk -F":" '{print $1}' | sed -n '1,40p' ` ;do sudo $i 2>&1 | tee $i.log & done
sleep 600
if [ $1 == "curvebs" ];then
sleep 120
fi
for i in `find ${test_bin_dirs} -type f -executable -exec file -i '{}' \; | grep -E 'x-executable|x-sharedlib' | grep "charset=binary" | grep -v ".so"|grep test | grep -Ev 'snapshot-server|snapshot_dummy_server|client-test|server-test|multi|topology_dummy|curve_client_workflow|curve_fake_mds' | awk -F":" '{print $1}' | sed -n '41,$p' ` ;do sudo $i 2>&1 | tee $i.log & done


Expand Down

0 comments on commit dfc74b1

Please sign in to comment.