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:
parent
6f291896b9
commit
478bc00b5f
1 changed files with 3 additions and 0 deletions
|
@ -136,6 +136,9 @@ function finish {
|
||||||
}
|
}
|
||||||
trap finish EXIT
|
trap finish EXIT
|
||||||
|
|
||||||
|
if [ -z $KVM ]; then
|
||||||
|
RUN_TEST_ARGS="--long $RUN_TEST_ARGS"
|
||||||
|
fi
|
||||||
echo "$RUN_TEST_ARGS" > $argsfile
|
echo "$RUN_TEST_ARGS" > $argsfile
|
||||||
|
|
||||||
A="mac80211_hwsim.support_p2p_device=0 "
|
A="mac80211_hwsim.support_p2p_device=0 "
|
||||||
|
|
Loading…
Reference in a new issue