commit | b2710faf82998d7be9e4eef554063a5e27e88ec9 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Thu Jun 10 18:08:42 2021 +0300 |
committer | Tom Rini <trini@konsulko.com> | Wed Jun 23 08:45:03 2021 -0400 |
tree | aa741bbc7cb8e0208b7e21c870fdc39f9ca99ae6 | |
parent | af8e2d474662d2eaa518794da6ffdfc95d47859d [diff] |
test: Include /sbin to the PATH when creating file system On some distributions the mkfs is under /sbin and /sbin is not set for mere users. Include /sbin to the PATH when creating file system, so that users won't get a scary traceback from Python. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>