tests: Assume --long for UML

If we use user-mode-linux, we have time-travel, and then the --long
argument doesn't really make a difference, so just assume that's the
case.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
Johannes Berg 2020-03-29 13:46:44 +02:00 committed by Jouni Malinen
parent 6f291896b9
commit 478bc00b5f

View file

@ -136,6 +136,9 @@ function finish {
}
trap finish EXIT
if [ -z $KVM ]; then
RUN_TEST_ARGS="--long $RUN_TEST_ARGS"
fi
echo "$RUN_TEST_ARGS" > $argsfile
A="mac80211_hwsim.support_p2p_device=0 "