$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] Windows not showing output?
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2018-09-18 19:25:08
AMDG
On 09/18/2018 01:06 PM, Kuhl, Brian via Boost-build wrote:
> When testing vxworks from the boost_1.68/status directory on Linux and a test fails I see failure in the build console, but NOT on Windows?
> <snip>
> vxworks_boost_test_run.bat ...
> <snip>
This a result of invoking a batch script without `call`.
It does not return to the outer batch script.
In Christ,
Steven Watanabe