* Scripts/run-leaks: (runLeaks)
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@235634
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
2018-09-04 Alexey Proskuryakov <ap@apple.com>
2018-09-04 Alexey Proskuryakov <ap@apple.com>
+ Removing an accidentally committed debugging print.
+
+ * Scripts/run-leaks: (runLeaks)
+
+2018-09-04 Alexey Proskuryakov <ap@apple.com>
+
run-leaks should run leaks with --list (on Mojave)
https://bugs.webkit.org/show_bug.cgi?id=187716
<rdar://problem/42261676>
run-leaks should run leaks with --list (on Mojave)
https://bugs.webkit.org/show_bug.cgi?id=187716
<rdar://problem/42261676>
# that recognize it, but there is no certain way to tell in advance (the version of the
# tool is not always tied to OS version, and --help doesn't document the option in some
# of the tool versions where it's supported and needed).
# that recognize it, but there is no certain way to tell in advance (the version of the
# tool is not always tied to OS version, and --help doesn't document the option in some
# of the tool versions where it's supported and needed).
- print STDERR "Starting leaks\n";
my @leaksOutput = `/usr/bin/leaks \"$target\" --list`;
# FIXME: Remove the fallback once macOS Mojave is the oldest supported version.
my @leaksOutput = `/usr/bin/leaks \"$target\" --list`;
# FIXME: Remove the fallback once macOS Mojave is the oldest supported version.