mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00

- Give Dir::monitor() a param for the polling interval, so different dirs can be monitored at different frequencies. - Fix race in Exec::run() when reading extra output files produced by a process -- it was possible for Exec::run() to return before all extra output files had been fully read. - Add test cases.
10 lines
280 B
Text
10 lines
280 B
Text
new_file1, ../testdir/bye
|
|
new_file1, ../testdir/hi
|
|
new_file1, ../testdir/howsitgoing
|
|
new_file2, ../testdir/bye
|
|
new_file2, ../testdir/hi
|
|
new_file2, ../testdir/howsitgoing
|
|
new_file1, ../testdir/bye
|
|
new_file1, ../testdir/newone
|
|
new_file2, ../testdir/bye
|
|
new_file2, ../testdir/newone
|