mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 02:20:11 +01:00
glcpp: Clean up intermediate file when test suite is interrupted.
The glcpp-test script was leaving around bogus *.valgrind-errors files if a valgrind test was interrupted.
This commit is contained in:
parent
764e096647
commit
8485f4d9aa
1 changed files with 2 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
trap 'rm $test.valgrind-errors; exit 1' INT QUIT
|
||||
|
||||
total=0
|
||||
pass=0
|
||||
clean=0
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue