aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/sh
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@oath.com>2018-10-05 17:56:26 +0200
committergjoranv <gv@oath.com>2019-01-21 15:09:23 +0100
commitcf27a553b5a319d450de299aeefa0fd8a3267a63 (patch)
treeb19a41007e53e497890b3d82e963cd24b7d9da6c /config-model/src/test/sh
parent1b02e88aec298298d6dc7402c36898eae253df55 (diff)
Don't build twice
Diffstat (limited to 'config-model/src/test/sh')
-rwxr-xr-xconfig-model/src/test/sh/test-schema.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/config-model/src/test/sh/test-schema.sh b/config-model/src/test/sh/test-schema.sh
index eded82c9205..e037cdf3c28 100755
--- a/config-model/src/test/sh/test-schema.sh
+++ b/config-model/src/test/sh/test-schema.sh
@@ -2,9 +2,6 @@
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
set -e
-pushd src/main && make clean && make all
-popd
-
jar="target/jing.jar"
mainclass="com/thaiopensource/relaxng/util/Driver"