commit | 2b1388f8a408e68fda6443ec166f42ae4ffca87c | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@kernel.org> | Tue Jul 13 14:20:35 2021 -0700 |
committer | Paul E. McKenney <paulmck@kernel.org> | Thu Sep 16 10:27:48 2021 -0700 |
tree | 22f9eeefd5d971f17cd08d1544ce5077b1e36a83 | |
parent | 2f611d044b8dcab245b6bbe5f691b6dce173ff56 [diff] |
scftorture: Shut down if nonsensical arguments given If (say) a 10-hour scftorture run is started, but the module parameters are so nonsensical that the run doesn't even start, then scftorture will wait the full ten hours when run built into a guest OS. This commit therefore shuts down the system in this case so that the error is reported immediately instead of ten hours hence. Signed-off-by: Paul E. McKenney <paulmck@kernel.org>