-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(end-to-end): Fix debian package paths in E2E tests (#428)
For some reason the path was not being found by locateWSLProService. I fixed it by getting rid of this function. For more context: we were doing a weird mix of keeping track of the path of the debian pkg in a local variable, and the path to the MSIX in a global one. Instead, I moved the DEB to the global namespace for consistency's sake. The code is now more readable. I also sneak in a fix to the Agent's log finder. --- UDENG-1860
- Loading branch information
Showing
3 changed files
with
36 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters