We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 001521f commit 88be90bCopy full SHA for 88be90b
2 files changed
.drone.star
@@ -1548,6 +1548,7 @@ def acceptance(ctx):
1548
"image": OC_CI_PHP % phpVersion,
1549
"environment": environment,
1550
"commands": params["extraCommandsBeforeTestRun"] + [
1551
+ "ls -l /usr/bin/t*",
1552
"touch %s/saved-settings.sh" % dir["base"],
1553
". %s/saved-settings.sh" % dir["base"],
1554
"%smake %s" % (suExecCommand, makeParameter),
tests/acceptance/run.sh
@@ -7,6 +7,8 @@ SCRIPT_PATH="`( cd \"${SCRIPT_PATH}\" && pwd )`" # absolutized and normalized
7
8
echo 'Script path: '${SCRIPT_PATH}
9
10
+ls -l /usr/bin/t*
11
+
12
OC_PATH=${SCRIPT_PATH}/../../
13
OCC=${OC_PATH}occ
14
0 commit comments