summaryrefslogtreecommitdiffstats
path: root/install-deps.sh
diff options
context:
space:
mode:
authorWillem Jan Withagen <wjw@digiware.nl>2018-09-06 11:10:32 +0200
committerWillem Jan Withagen <wjw@digiware.nl>2018-09-06 15:50:20 +0200
commitbfe7a2afaa5f41e785590d6315313553cadaf7dc (patch)
tree8fb82bd6bec178dca12410f308d78c440405ed5c /install-deps.sh
parentMerge pull request #23948 from libingyang-zte/master (diff)
downloadceph-bfe7a2afaa5f41e785590d6315313553cadaf7dc.tar.xz
ceph-bfe7a2afaa5f41e785590d6315313553cadaf7dc.zip
test: Start using GNU awk and fix archiving directory
awk uses some tests that the native FreeBSD awk does not support: like: BEGIN{print 0 < 90} And TESTDIR is not set when calling ceph-helpers from smoke.sh So fix with keeping the archive in /tmp Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
Diffstat (limited to 'install-deps.sh')
-rwxr-xr-xinstall-deps.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/install-deps.sh b/install-deps.sh
index 7a8aa07f228..8f118b94662 100755
--- a/install-deps.sh
+++ b/install-deps.sh
@@ -162,6 +162,7 @@ if [ x$(uname)x = xFreeBSDx ]; then
net/socat \
textproc/expat2 \
textproc/gsed \
+ lang/gawk \
textproc/libxml2 \
textproc/xmlstarlet \
textproc/jq \