issues Search Results · repo:zeek/btest language:Python
Filter by
34 results
(88 ms)34 results
inzeek/btest (press backspace or delete to remove)Given a btest.cfg file with:
[btest]
IgnoreDirs = tests
Then some files in tests, if you specify one of the files in tests btest will happily try to run it:
$ btest -d
no tests to execute
$ btest -d ...
evantypanski
- Opened on Apr 30
- #117
In certain cases, it could be useful to set an environment variable for all TEST-EXEC / TEST-EXEC-FAIL commands.
Instead of repeating it on each line, I wonder if @TEST-ENV could be a useful keyword. ...
awelzel
- Opened on Feb 3
- #112
@bbannier mentioned a stray baseline check script in Spicy. Essentially it lists all tests and reports extra/unused
directories in the Baseline directory.
https://github.com/zeek/spicy/blob/main/tests/Scripts/stray_baselines.py ...
Type: Enhancement
awelzel
- Opened on Nov 26, 2024
- #107
btest has problems with some of the temporary files that Emacs creates. These are both with the default configuration
for how emacs stores temporary files (meaning they re stored in the same directory ...
Priority: Low
timwoj
- Opened on Nov 13, 2024
- #106
In this PR I ve used the following pattern to allow users to override an environment variable externally:
[environment]
HILTI_JIT_PARALLELISM=`bash -c echo ${HILTI_JIT_PARALLELISM:-1} `
Would it make ...
awelzel
- Opened on Jul 10, 2024
- #103
Having something like @TEST-PORT-RANGE env num to get a range of num ports would be handy.
J-Gras
- 2
- Opened on May 10, 2024
- #102
I m using btest 1.1 (on macOS Ventura) in a directory with a lot (~50) of quick-executing tests, each reading a PCAP.
Most of the time they succeed, but every few runs there s a failure like this:
mytests.FOO ...
Type: Bug
vpax
- 7
- Opened on Sep 6, 2023
- #98
I ve ran into this a few times now and continue to be confused if it s my canonifier not working right, or btest not
showing me what the baseline will actually look like. IMO the UX would be better if ...
awelzel
- Opened on Jun 13, 2023
- #94
Alpine ships with BusyBox diff which does not support the recently added option --strip-trailing-cr. This was working
previously.
$ cat .stderr
diff: unrecognized option: strip-trailing-cr
BusyBox ...
Priority: High
Type: Bug
bbannier
- Opened on Apr 12, 2023
- #92
I recently installed Docker Desktop on Windows which required the installation of WSL2 so I could run VMs. Having that
installed results in the following when trying to run btest from inside a gitbash ...
timwoj
- 1
- Opened on Mar 31, 2023
- #91

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.