]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
test: Start using GNU awk and fix archiving directory 25241/head
authorWillem Jan Withagen <wjw@digiware.nl>
Thu, 6 Sep 2018 09:10:32 +0000 (11:10 +0200)
committerNathan Cutler <ncutler@suse.com>
Sat, 24 Nov 2018 08:13:43 +0000 (09:13 +0100)
commitbb3e38f9b950a09f29f1418aa7b90448c1486a53
tree152d5e493ac09ba6a58cb4a0a24793d9554a084c
parentc29997b3e1e65ab2a91f77aab4960c9067e0c6c8
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>
(cherry picked from commit bfe7a2afaa5f41e785590d6315313553cadaf7dc)
install-deps.sh
qa/standalone/ceph-helpers.sh