basic_test_suites/cucumber_with_aruba: tee the output instead of just redirecting it.
This commit is contained in:
parent
2479b4a773
commit
589f0c027e
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ tmp=$(mktemp -d)
|
|||
cp -r features "$tmp"
|
||||
|
||||
pushd "$tmp"
|
||||
cucumber > test_out.txt
|
||||
cucumber 2>&1 | tee test_out.txt
|
||||
|
||||
# Provide a way for this test to fail. If something
|
||||
# is undefined, the exit code of `cucumber` is 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue