ceph/teuthology/task/chdir-coredump

8 lines
109 B
Plaintext
Raw Normal View History

#!/bin/sh
set -e
# valgrind only dumps to cwd, so cwd there...
cd /tmp/cephtest/archive/coredump
exec "$@"