microsoft / ntosebpfext

eBPF-For-Windows extension to provide access to Windows kernel functionality
MIT License
11 stars 9 forks source link

Fix test failure due to empty line at start of process_monitor_output.txt #40

Closed Alan-Jowett closed 5 months ago

Alan-Jowett commented 5 months ago

Description

This pull request includes a change to the Test-ProcessMonitor.ps1 script in the tools/process_monitor directory. The modification removes the check for an empty output file, process_monitor_output.txt. Previously, if the output file was empty, the script would output a message and exit with a status of 1. With this change, the script will proceed to check for the process name in the output file, even if the file is empty.

Testing

CI/CD

Documentation

No.

Installation

No.