Skip to content
Snippets Groups Projects
Commit 9917a919 authored by Elena Gryaznova's avatar Elena Gryaznova
Browse files

b=14054

i=Nathan

force runtests to use 1 mount point
parent 5019f35a
No related branches found
No related tags found
No related merge requests found
......@@ -40,11 +40,7 @@ while [ "$1" ]; do
shift
done
mounted_lustre_filesystems() {
awk '($3 ~ "lustre" && $1 ~ ":") { print $2 }' /proc/mounts
}
MOUNTED="`mounted_lustre_filesystems`"
MOUNTED=$(mounted_lustre_filesystems | head -1)
if [ -z "$MOUNTED" ]; then
formatall
setupall
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment