aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/tests/pstack_testrunner
diff options
context:
space:
mode:
Diffstat (limited to 'storage/src/tests/pstack_testrunner')
-rwxr-xr-xstorage/src/tests/pstack_testrunner2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/src/tests/pstack_testrunner b/storage/src/tests/pstack_testrunner
index 4d4d5105d5a..ccd8c8ca613 100755
--- a/storage/src/tests/pstack_testrunner
+++ b/storage/src/tests/pstack_testrunner
@@ -1,5 +1,5 @@
#!/bin/sh
-# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
ps auxww | grep "./testrunner" | grep -v grep | while read username pid restofline; do
if pstack $pid; then :; else