commit | 6d6923b3fa87571adac6c08bd303e0b73c9a6c3a | [log] [tgz] |
---|---|---|
author | Shreeya Patel <shreeya.patel23498@gmail.com> | Wed Jun 05 16:43:51 2024 +0530 |
committer | Anders Roxell <anders.roxell@gmail.com> | Mon Jun 24 11:37:56 2024 +0200 |
tree | 574b1ed8aa87bc57422830477b26ffbb84e65d4e | |
parent | 07c9f70b3536924f77d1b981a79327aa9f419ef2 [diff] |
kselftest: Add new option -E for specifying environment variables Currently we are not able to run the subtests of a kselftest due to lack of support for passing the parameters to the test case. Hence, solve this problem by adding support for passing environment variables in KernelCI kselftest. Signed-off-by: Shreeya Patel <shreeya.patel23498@gmail.com>