Skip to content

Commit 9641702

Browse files
committed
Improved xhost search criteria
1 parent ae5689b commit 9641702

File tree

2 files changed

+160
-79
lines changed

2 files changed

+160
-79
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes --error-exitcode=1 xhttp -dl github.com -v
3636

3737
- name: Run Valgrind Check With tools/xhost
38-
run: sudo valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes --error-exitcode=1 xhost -a 11.11.11.11 -n test.com -v
38+
run: sudo valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes --error-exitcode=1 xhost -a 11.11.11.11 -n test.com -vd
3939

4040
- name: Run Valgrind Check With tools/xjson
4141
run: valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes --error-exitcode=1 xjson -i ./examples/example.json -pl 2

0 commit comments

Comments
 (0)