aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2024-01-06 00:29:39 -0500
committerTheodore Ts'o <tytso@mit.edu>2024-01-06 00:29:39 -0500
commita6784f221418b96924c9e6a3c5f337a7496552d1 (patch)
tree6777475d1624ea1d82d1f37303fd0032ba07c04a
parentb68816d584835982c9114c013ba7c66c9043118c (diff)
downloadxfstests-bld-a6784f221418b96924c9e6a3c5f337a7496552d1.tar.gz
selftests/appliance: tell the user to define KSRC in config.custom
It's better that the user define the location of the kernel sources in config.custom instead of modifying the selftests/config file. Signed-off-by: Theodore Ts'o <tytso@mit.edu>
-rwxr-xr-xselftests/appliance2
1 files changed, 1 insertions, 1 deletions
diff --git a/selftests/appliance b/selftests/appliance
index 4e6b5c83..b096c576 100755
--- a/selftests/appliance
+++ b/selftests/appliance
@@ -132,7 +132,7 @@ done
if test ! -f $KSRC/MAINTAINERS ; then
echo "Kernel sources not found at $KSRC"
if test -z "$KSRC_EXPLICIT" ; then
- echo "Please define KSRC in $DIR/selftests/config"
+ echo "Please define KSRC in $DIR/selftests/config.custom"
fi
exit 1
fi