2012-03-14 20:20:54 +00:00
|
|
|
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
|
2013-02-01 22:07:29 +00:00
|
|
|
testdir=$(readlink -e $(dirname $0))
|
2012-03-14 20:20:54 +00:00
|
|
|
# valgrind only dumps to cwd, so cwd there...
|
2013-01-23 20:37:39 +00:00
|
|
|
cd ${testdir}/archive/coredump
|
2012-03-14 20:20:54 +00:00
|
|
|
|
|
|
|
exec "$@"
|