diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2011-04-18 11:02:18 +0100 |
---|---|---|
committer | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2011-04-18 11:02:18 +0100 |
commit | 5cbaf2224a95527aa79f4aac591ab62122cbed81 (patch) | |
tree | d787d0e369cc02cd36ee8e67f879695d50394e24 /tests/twisted/Makefile.am | |
parent | 04c1f9e3f14b4c9c3e1c70547b767b92114c23fe (diff) |
twisted tests: purge salut-testing.log before running tests
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'tests/twisted/Makefile.am')
-rw-r--r-- | tests/twisted/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/twisted/Makefile.am b/tests/twisted/Makefile.am index 4fcac84..e2d2f60 100644 --- a/tests/twisted/Makefile.am +++ b/tests/twisted/Makefile.am @@ -59,6 +59,7 @@ check-twisted: $(MAKE) -C tools rm -f tools/core rm -f tools/missioncontrol-*.log + rm -f tools/salut-testing.log mkdir tmp-$$$$ && { \ $(MAKE) check-combined TMPSUFFIX=$$$$; \ e=$$?; \ |