]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
test: Start using GNU awk and fix archiving directory 23955/head
authorWillem Jan Withagen <wjw@digiware.nl>
Thu, 6 Sep 2018 09:10:32 +0000 (11:10 +0200)
committerWillem Jan Withagen <wjw@digiware.nl>
Thu, 6 Sep 2018 13:50:20 +0000 (15:50 +0200)
commitbfe7a2afaa5f41e785590d6315313553cadaf7dc
tree8fb82bd6bec178dca12410f308d78c440405ed5c
parent7a8ed0fe2c78bf3043c39b71c2de168fbc58aa7e
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>
install-deps.sh
qa/standalone/ceph-helpers.sh