aboutsummaryrefslogtreecommitdiffstats
path: root/jrt_test/src/tests/echo/echo_test.sh
blob: a11a0c6f3b3adad5c44ddd4eb32924d2c904c88f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash
# Copyright Vespa.ai. 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