We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71a82f1 commit 4fc9e2bCopy full SHA for 4fc9e2b
hack/testing/util.sh
@@ -12,11 +12,7 @@ OC_BINARY=$( type -p oc )
12
# and I'm hoping request-timeout will help, and maybe increasing the loglevel
13
# will give us some clues
14
oc() {
15
- local oclogdir=${OC_LOG_DIR:-${ARTIFACT_DIR:-/tmp}/oclogs}
16
- if [ ! -d $oclogdir ] ; then
17
- mkdir -p $oclogdir
18
- fi
19
- $OC_BINARY --request-timeout=15s --logtostderr=false --loglevel=2 --log_dir=$oclogdir "$@"
+ $OC_BINARY --request-timeout=15s --loglevel=2 "$@"
20
}
21
22
if [ $(id -u) = 0 ] ; then
0 commit comments