aboutsummaryrefslogtreecommitdiffstats
path: root/messagebus_test/src/tests/error/error_test.sh
blob: 1512ec6ecc0c0e65f10842736f248e27030359f1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
set -e

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

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

$BINREF/compilejava $SOURCE_DIRECTORY/JavaServer.java
$BINREF/compilejava $SOURCE_DIRECTORY/JavaClient.java
VESPA_LOG_LEVEL='all -spam' ./messagebus_test_error_test_app