fix test=develop (#26697)

revert-26856-strategy_example2
gongweibao 5 years ago committed by GitHub
parent 2d88b9ffe7
commit 3390c7e260
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -61,7 +61,14 @@ for i in {1..2}; do
fi
done
echo "dist space:"
df -h
#display /tmp/files
echo "ls /tmp/paddle.*"
ls -l /tmp/paddle.*
echo "ls -l ./"
ls -l ./
exit 1

Loading…
Cancel
Save