commit | 9b8abddb4bc4ecd2ba92d7ab4dcc7711e6e42ce8 | [log] [tgz] |
---|---|---|
author | David Brazdil <dbrazdil@google.com> | Wed Mar 10 22:52:12 2021 +0000 |
committer | David Brazdil <dbrazdil@google.com> | Wed Mar 10 22:52:12 2021 +0000 |
tree | 01b013946ffc3b41f549fceed9ce19ee091c57d8 | |
parent | acc332c5e9c85d849fc37703a22c00c9d47e425d [diff] |
Fix variable name in run_test.sh Top of the file declares KVM_MODE but code uses just MODE. Fix this. Problem only manifests itself if run_test.sh is invoked without -M. In that case, MODE is undefined when referenced for the first time. Test: ./build/kvm-unit-tests/run_test.sh psci Change-Id: I2c042f1aa73da33ebb1a333bc79f9383f27dde82