Re: Command line builds and tee(1) not writing file

2021-03-09 Thread Ben Kennedy via Cocoa-dev
> On 8 Mar 2021, at 3:36 pm, Jeffrey Walton via Cocoa-dev > wrote: > > Tee(1) is not writing the file for him, and I can confirm the > behavior. Here's how it is being used: > >./cryptest-ios.sh 2>&1 | tee cryptest-ios.txt Hey Jeff, I recall encountering a similar problem a few months ago

Command line builds and tee(1) not writing file

2021-03-08 Thread Jeffrey Walton via Cocoa-dev
Hi Everyone, I have a script that repeatedly builds a project on OS X. The different builds are different build configurations, like Debug, Release, etc. A user is having trouble with the project and I am trying to get them to run the script and tee the results so he can send them to me. Tee(1) i