#!/usr/bin/env bash

set -o errexit
set -o xtrace

test_dir=$(realpath $(dirname $0))
. ${test_dir}/functions

MONGO_VERSION=${MONGODB_VERSION:-"4.4"}

desc 'RUN REMAPPING TESTS'

run $COMPOSE_REMAPPING_PATH $MONGO_VERSION
