We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40f4dab commit 125efe6Copy full SHA for 125efe6
test/failure_handler/src/share/conf/mac.properties
@@ -1,5 +1,5 @@
1
#
2
-# Copyright (c) 2015, 2021, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2015, 2022, Oracle and/or its affiliates. All rights reserved.
3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
5
# This code is free software; you can redistribute it and/or modify it
@@ -103,7 +103,9 @@ ulimit.app=bash
103
ulimit.args=-c\0ulimit -a
104
ulimit.args.delimiter=\0
105
106
-system.dmesg.app=dmesg
+system.dmesg.app=sudo
107
+system.dmesg.args=dmesg
108
+
109
system.sysctl.app=sysctl
110
system.sysctl.args=-a
111
0 commit comments