summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrun.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.sh b/run.sh
index 354909b..dd35ac4 100755
--- a/run.sh
+++ b/run.sh
@@ -3,7 +3,7 @@
GLUSTERFS=$1
OLDDIR=`pwd`
-for i in `ls | grep "^[0-9]*$"`
+for i in `ls | grep "^[0-9]*$"|sort -n`
do
cd $i/regr
if [ -f ./testcase ];then