aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>2014-01-16 23:37:50 -0500
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>2014-02-18 15:26:30 -0500
commitdb007ab5ce155c90d89220495ee17213f66b7241 (patch)
tree4047a3abde3c2a84c060909193fe90658a45e6ec
parent43e38ab3d518352932951bacb99705a3bee9477c (diff)
rcutorture: Fix results-directory error message
The message complains about a build directory when it should instead be complaining about the results directory, so this commit fixes it. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Reviewed-by: Josh Triplett <josh@joshtriplett.org>
-rwxr-xr-xtools/testing/selftests/rcutorture/bin/kvm-test-1-rcu.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/rcutorture/bin/kvm-test-1-rcu.sh b/tools/testing/selftests/rcutorture/bin/kvm-test-1-rcu.sh
index 1b9555b2b0d7..41ea7810354f 100755
--- a/tools/testing/selftests/rcutorture/bin/kvm-test-1-rcu.sh
+++ b/tools/testing/selftests/rcutorture/bin/kvm-test-1-rcu.sh
@@ -57,7 +57,7 @@ fi
57resdir=${3} 57resdir=${3}
58if test -z "$resdir" -o ! -d "$resdir" -o ! -w "$resdir" 58if test -z "$resdir" -o ! -d "$resdir" -o ! -w "$resdir"
59then 59then
60 echo "kvm-test-1-rcu.sh :$resdir: Not a writable directory, cannot build into it" 60 echo "kvm-test-1-rcu.sh :$resdir: Not a writable directory, cannot store results into it"
61 exit 1 61 exit 1
62fi 62fi
63cp $config_template $resdir/ConfigFragment 63cp $config_template $resdir/ConfigFragment