Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit db007ab5 authored by Paul E. McKenney's avatar Paul E. McKenney
Browse files

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: default avatarPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Reviewed-by: default avatarJosh Triplett <josh@joshtriplett.org>
parent 43e38ab3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@ fi
resdir=${3}
if test -z "$resdir" -o ! -d "$resdir" -o ! -w "$resdir"
then
	echo "kvm-test-1-rcu.sh :$resdir: Not a writable directory, cannot build into it"
	echo "kvm-test-1-rcu.sh :$resdir: Not a writable directory, cannot store results into it"
	exit 1
fi
cp $config_template $resdir/ConfigFragment