Skip to content

Commit ff64f9c

Browse files
committed
Try to run tests in CircleCI without valgrind
1 parent e43c54e commit ff64f9c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/run-pt.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,5 @@ dbus_end() {
5252
pa_start
5353
dbus_start
5454

55-
PT_TOOL=valgrind PT_MAX_LAG=250 ./tests/pt.sh .
55+
#PT_TOOL=valgrind PT_MAX_LAG=250 ./tests/pt.sh .
56+
PT_MAX_LAG=250 ./tests/pt.sh .

0 commit comments

Comments
 (0)