aboutsummaryrefslogtreecommitdiffstats
path: root/jrt_test/src/tests/echo/echo_test.sh
blob: bda5c8c0dc734bf04544288ef924bb2f33dbbcfe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

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

fail=0
. ../../binref/env.sh
bash $SOURCE_DIRECTORY/dotest.sh || fail=1
$SOURCE_DIRECTORY/../../binref/progctl.sh $SOURCE_DIRECTORY/progdefs.sh stop all
exit $fail