Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests: remove prints to tty #1047

Merged
merged 1 commit into from
Jul 30, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions tests/documentation/00-make.t
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
# Test documentation can be made
. $(dirname $0)/test_header
#-------------------------------------------------------------------------------
if [[ ! -w $CYLC_DIR/doc ]]; then
skip_all '$CYLC_DIR/doc: not writable'
fi
#-------------------------------------------------------------------------------
set_test_number 1
#-------------------------------------------------------------------------------
TEST_NAME=$TEST_NAME_BASE-make-docs

if [ -w $CYLC_DIR/doc ]; then
run_ok $TEST_NAME make -C $CYLC_DIR/doc
else
run_ok $TEST_NAME echo bypassing building documentation
echo -e "\nbypassing building documentation" > /dev/tty
fi
run_ok $TEST_NAME make -C $CYLC_DIR/doc
#-------------------------------------------------------------------------------
exit
1 change: 0 additions & 1 deletion tests/special/07-clock-triggered-360.t
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ install_suite $TEST_NAME_BASE clock-360
#-------------------------------------------------------------------------------
TEST_NAME=$TEST_NAME_BASE-validate
run_fail $TEST_NAME cylc validate $SUITE_NAME
cat $TEST_NAME.stderr >/dev/tty
grep_ok "ERROR: clock-triggered tasks require \[scheduling\]cycling mode=" \
$TEST_NAME.stderr
#-------------------------------------------------------------------------------
Expand Down
1 change: 0 additions & 1 deletion tests/vacation/01-loadleveler.t
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ run_ok $TEST_NAME cylc validate $SUITE_NAME
#-------------------------------------------------------------------------------
TEST_NAME=$TEST_NAME_BASE-run
run_ok $TEST_NAME cylc run --reference-test --debug $SUITE_NAME
cat $TEST_NAME.stderr >/dev/tty
#-------------------------------------------------------------------------------
TEST_NAME=$TEST_NAME_BASE-t1.1
T1_JOB_FILE=$SUITE_RUN_DIR/log/job/t1.1.1
Expand Down