mirror of
https://github.com/ceph/ceph
synced 2024-12-14 07:25:50 +00:00
8 lines
109 B
Plaintext
8 lines
109 B
Plaintext
|
#!/bin/sh
|
||
|
set -e
|
||
|
|
||
|
# valgrind only dumps to cwd, so cwd there...
|
||
|
cd /tmp/cephtest/archive/coredump
|
||
|
|
||
|
exec "$@"
|