summaryrefslogtreecommitdiffstats
path: root/messagebus_test/src/tests/speed/ctl.sh
blob: 088f5caf865744fbefdf21341921678914b194b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

if [ -z "$SOURCE_DIRECTORY" ]; then
    SOURCE_DIRECTORY="."
fi

. ../../binref/env.sh

exec $SOURCE_DIRECTORY/../../binref/progctl.sh $SOURCE_DIRECTORY/progdefs.sh "$@"