Skip to content

Commit

Permalink
Changed to allow regular user to run kselftest
Browse files Browse the repository at this point in the history
  • Loading branch information
paull committed Jan 16, 2025
1 parent 7bf91d8 commit d96247c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion microsoft/testsuites/kselftest/kselftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def _install(self) -> bool:
mkdir.create_directory(self._remote_tar_path.parent.as_posix())
self.node.shell.copy(PurePath(self._tar_file_path), self._remote_tar_path)
self.node.tools[Tar].extract(
str(self._remote_tar_path), str(self._kself_installed_dir), sudo=True
str(self._remote_tar_path), str(self._kself_installed_dir)
)
self._log.debug(f"Extracted tar from path {self._remote_tar_path}!")
else:
Expand Down

0 comments on commit d96247c

Please sign in to comment.