linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] xfstests: fix RESULT_BASE typo in check script
@ 2014-04-03 19:01 Eric Sandeen
  0 siblings, 0 replies; only message in thread
From: Eric Sandeen @ 2014-04-03 19:01 UTC (permalink / raw)
  To: xfs-oss

RESULT_BASE is what's set & tested, but RESULTS_BASE was
being used in an error message.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
---

diff --git a/check b/check
index 268417c..a384cb2 100755
--- a/check
+++ b/check
@@ -358,7 +358,7 @@ trap "_wrapup; exit \$status" 0 1 2 3 15
 
 mkdir -p $RESULT_BASE
 if [ ! -d $RESULT_BASE ]; then
-	echo "failed to create results directory $RESULTS_BASE"
+	echo "failed to create results directory $RESULT_BASE"
 	exit 1;
 fi
 

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-04-03 19:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-03 19:01 [PATCH] xfstests: fix RESULT_BASE typo in check script Eric Sandeen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).