Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
Merge pull request #85 from jodh-intel/fix-faketty-ret-code
Browse files Browse the repository at this point in the history
CI: Make faketty pass return code back to caller
  • Loading branch information
Julio Montes authored May 31, 2018
2 parents 74cbc1e + 209615e commit 087a537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/faketty.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ source "${cidir}/lib.sh"
# function to run unit test always with a tty
function faketty()
{
script -qfc $@;
script -qfec $@;
}

faketty $@

0 comments on commit 087a537

Please sign in to comment.