2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 01:12:13 +00:00

Add missing call to BoostBuild.Tester.cleanup.

[SVN r18389]
This commit is contained in:
Vladimir Prus
2003-05-14 06:38:04 +00:00
parent 9b981bb8f9
commit fc4ec011d0
2 changed files with 2 additions and 0 deletions

View File

@@ -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()

View File

@@ -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()