Skip to content

[tests-only] [full-ci] chore(ci): install the tput utility before running acceptance tests#41493

Draft
phil-davis wants to merge 4 commits intomasterfrom
issue-41491
Draft

[tests-only] [full-ci] chore(ci): install the tput utility before running acceptance tests#41493
phil-davis wants to merge 4 commits intomasterfrom
issue-41491

Conversation

@phil-davis
Copy link
Contributor

Issue #41491

@update-docs

This comment was marked as resolved.

@phil-davis phil-davis changed the title chore(ci): install the tput utility before running acceptance tests [tests-only] chore(ci): install the tput utility before running acceptance tests Mar 10, 2026
@phil-davis phil-davis changed the title [tests-only] chore(ci): install the tput utility before running acceptance tests [tests-only] [full-ci] chore(ci): install the tput utility before running acceptance tests Mar 10, 2026
@phil-davis phil-davis force-pushed the issue-41491 branch 2 times, most recently from 6d059dc to 001521f Compare March 10, 2026 07:09
@phil-davis
Copy link
Contributor Author

https://drone.owncloud.com/owncloud/core/40704/15/13
The tput utility is there, TERM is set to "xterm"
tput colors outputs "8"

But still there is:

runsh: Total 82 scenarios (82 passed, 0 failed)
runsh: Exit code of main run: 0
./tests/acceptance/run.sh: line 1377: tput setaf 2: command not found
runsh: There were no unexpected failures.
./tests/acceptance/run.sh: line 1385: tput setaf 2: command not found
runsh: There were no unexpected success.

Somehow tput setaf 2 is not working.

But it works for me locally in a terminal window:

export TERM=xterm
tput colors
8
tput setaf 2; echo "text"

"text" is displayed green.

I don't know what is going on in the drone environment.

@phil-davis phil-davis marked this pull request as draft March 12, 2026 06:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants