[Libreoffice-commits] buildbot.git: loperf/loperf.sh
Matúš Kukan
matus.kukan at collabora.com
Fri Mar 28 03:42:40 PDT 2014
loperf/loperf.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 02ab6e56969dc5916fe21acfff16aa392eb25800
Author: Matúš Kukan <matus.kukan at collabora.com>
Date: Tue Mar 25 20:28:43 2014 +0100
loperf: Use 'ls' to have the files sorted.
diff --git a/loperf/loperf.sh b/loperf/loperf.sh
index aefd35d..62395f6 100755
--- a/loperf/loperf.sh
+++ b/loperf/loperf.sh
@@ -136,7 +136,7 @@ $(write_data "offload" "second")
# Loaded launch one by one
echo "Start onload pvt..."
-find $DOCUMENTSDIR -type f | grep -Ev "\/\." | while read f; do
+ls ${DOCUMENTSDIR}/* | while read f; do
echo "loading ${f}.."
$(write_data "$f" "load")
echo "converting ${f}.."
More information about the Libreoffice-commits
mailing list