Skip to content

Commit 88be90b

Browse files
committed
chore(ci): try to see if tput is there
1 parent 001521f commit 88be90b

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.drone.star

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1548,6 +1548,7 @@ def acceptance(ctx):
15481548
"image": OC_CI_PHP % phpVersion,
15491549
"environment": environment,
15501550
"commands": params["extraCommandsBeforeTestRun"] + [
1551+
"ls -l /usr/bin/t*",
15511552
"touch %s/saved-settings.sh" % dir["base"],
15521553
". %s/saved-settings.sh" % dir["base"],
15531554
"%smake %s" % (suExecCommand, makeParameter),

tests/acceptance/run.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ SCRIPT_PATH="`( cd \"${SCRIPT_PATH}\" && pwd )`" # absolutized and normalized
77

88
echo 'Script path: '${SCRIPT_PATH}
99

10+
ls -l /usr/bin/t*
11+
1012
OC_PATH=${SCRIPT_PATH}/../../
1113
OCC=${OC_PATH}occ
1214

0 commit comments

Comments
 (0)