From fc4ec011d01e82e65f9ea81618774d88a8cdabec Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Wed, 14 May 2003 06:38:04 +0000 Subject: [PATCH] Add missing call to BoostBuild.Tester.cleanup. [SVN r18389] --- test/core_d12.py | 1 + v2/test/core_d12.py | 1 + 2 files changed, 2 insertions(+) diff --git a/test/core_d12.py b/test/core_d12.py index b0ff5fcc0..c25fbb856 100644 --- a/test/core_d12.py +++ b/test/core_d12.py @@ -33,3 +33,4 @@ t.run_build_system("-ffile.jam -d2") t.fail_test(t.stdout().find("a all") == -1) t.fail_test(t.stdout().find("b all") == -1) +t.cleanup() diff --git a/v2/test/core_d12.py b/v2/test/core_d12.py index b0ff5fcc0..c25fbb856 100644 --- a/v2/test/core_d12.py +++ b/v2/test/core_d12.py @@ -33,3 +33,4 @@ t.run_build_system("-ffile.jam -d2") t.fail_test(t.stdout().find("a all") == -1) t.fail_test(t.stdout().find("b all") == -1) +t.cleanup()