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

Corrected the Boost Build core_action_output.py test that had a typo causing it to fail when run under a non-Windows OS.

[SVN r79136]
This commit is contained in:
Jurko Gospodnetić
2012-06-27 13:14:44 +00:00
parent a309f74b76
commit 79cbbf20b6

View File

@@ -11,8 +11,8 @@ import BoostBuild
t = BoostBuild.Tester("-d1", pass_d0=False, pass_toolset=False)
t.write("file.jam", """\
prefix = "echo \"" ;
suffix = "\"" ;
prefix = "echo \\"" ;
suffix = "\\"" ;
if $(NT)
{
prefix = "(echo " ;