Message ID | 20220208215232.491780-2-anna@kernel.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Improvements for NFS | expand |
diff --git a/check b/check index a08631213cbb..c8a38345123a 100755 --- a/check +++ b/check @@ -273,6 +273,7 @@ _prepare_test_list() } # Process command arguments first. +export CHECK_OPTIONS="$*" while [ $# -gt 0 ]; do case "$1" in -\? | -h | --help) usage ;; @@ -360,6 +361,7 @@ if ! . ./common/rc; then echo "check: failed to source common/rc" exit 1 fi +export PLATFORM=$(_full_platform_details) if [ -n "$subdir_xfile" ]; then for d in $SRC_GROUPS $FSTYP; do