openshift / vagrant-openshift

Other
83 stars 117 forks source link

Remove meta-reporting from commands run over SSH #461

Closed stevekuznetsov closed 8 years ago

stevekuznetsov commented 8 years ago

We do some nonsense in vagrant-openshift to print out errors and show std{out,err}, this mucks with scripts that do it themselves. We should at least call all of the test scripts without this extra decoration.

/cc @danmcp

stevekuznetsov commented 8 years ago

This stuff is actually built in to Vagrant e.g. here. Maybe we can override it.