Home | History | Annotate | Download | only in test

Lines Matching refs:relocate

74 relocate="yes"
99 elif [ "x$1" = "x--relocate" ]; then
100 relocate="yes"
102 elif [ "x$1" = "x--no-relocate" ]; then
103 relocate="no"
271 if [ "$relocate" = "yes" ]; then
272 run_args="${run_args} --relocate"
274 run_args="${run_args} --no-relocate"
332 echo " --relocate Force the use of relocating in the test, making"
335 echo " --no-relocate Force the use of no relocating in the test"