mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
add cleanup: line to none/tests/require-text-symbol-2.vgtest In case Valgrind terminates abnormally, then no cleanup is done. In this case, the abnormal termination is in the test which checks --require-text-symbol=:*libc.so*:doesntexist This patch adds a cleanup: line to the test. (Philippe Waroquiers, philippe.waroquiers@skynet.be) git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11772
4 lines
183 B
Plaintext
4 lines
183 B
Plaintext
prog: require-text-symbol
|
|
vgopts: -q "--require-text-symbol=:*libc.so*:doesntexist" --vgdb-prefix=./vgdb-prefix-require-text-symbol-2
|
|
cleanup: rm ./vgdb-prefix-require-text-symbol-2*
|