From e7257dfcd3bc5861f54820dd9a0530b1007ce5f2 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Tue, 25 Feb 2003 13:52:19 +0000 Subject: [PATCH] roll back mistaken change [SVN r17638] --- test/default_build.py | 4 ++-- v2/test/default_build.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/default_build.py b/test/default_build.py index 3ced1af4c..bd6287146 100644 --- a/test/default_build.py +++ b/test/default_build.py @@ -10,8 +10,8 @@ t.write("Jamfile", "exe a : a.cpp : : debug release ;") t.write("a.cpp", "int main() { return 0; }\n") t.run_build_system() -t.expect_addition("bin/gcc/debug/a.exe") -t.expect_addition("bin/gcc/release/a.exe") +t.expect_addition("bin/$toolset/debug/a.exe") +t.expect_addition("bin/$toolset/release/a.exe") # Now try a harder example: default build which contains # should cause to be present when "b" is compiled. diff --git a/v2/test/default_build.py b/v2/test/default_build.py index 3ced1af4c..bd6287146 100644 --- a/v2/test/default_build.py +++ b/v2/test/default_build.py @@ -10,8 +10,8 @@ t.write("Jamfile", "exe a : a.cpp : : debug release ;") t.write("a.cpp", "int main() { return 0; }\n") t.run_build_system() -t.expect_addition("bin/gcc/debug/a.exe") -t.expect_addition("bin/gcc/release/a.exe") +t.expect_addition("bin/$toolset/debug/a.exe") +t.expect_addition("bin/$toolset/release/a.exe") # Now try a harder example: default build which contains # should cause to be present when "b" is compiled.