Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
bonifaido committed Jun 3, 2024
1 parent db711fe commit ce3d277
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -243,5 +243,5 @@ minigun:
for i in `seq 1 100`; do curl \-4 -s localhost:8000/tls.c > /dev/null; echo $$?; done

tests:
ktls_in_use=true ./test/bats/bin/bats test/tests.bats
ktls_in_use=false ./test/bats/bin/bats test/tests.bats
ktls_in_use=true ./test/bats/bin/bats -x test/tests.bats
ktls_in_use=false ./test/bats/bin/bats -x test/tests.bats

0 comments on commit ce3d277

Please sign in to comment.