summaryrefslogtreecommitdiffstats
path: root/jrt_test/src/tests/rpc-error
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@gmail.com>2016-08-29 10:03:05 +0200
committerVegard Sjonfjell <vegardsjo@gmail.com>2016-08-29 10:03:05 +0200
commit0afe8142ad7a5dc374fd6dc943695b407138ad6d (patch)
tree3220ca6366abc2ffac876ba7291d52d0586c88b8 /jrt_test/src/tests/rpc-error
parentfdc4a46d3554a165322b37f5416894c86d61c7f3 (diff)
Aressem/cmake workaround clion not copying links properly (#479)
* Implemented workaround for CLion not able to copy symlinks. * Get rid of the links
Diffstat (limited to 'jrt_test/src/tests/rpc-error')
-rw-r--r--jrt_test/src/tests/rpc-error/progdefs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jrt_test/src/tests/rpc-error/progdefs.sh b/jrt_test/src/tests/rpc-error/progdefs.sh
index 815aa5a960e..c7425f18bd9 100644
--- a/jrt_test/src/tests/rpc-error/progdefs.sh
+++ b/jrt_test/src/tests/rpc-error/progdefs.sh
@@ -1,3 +1,3 @@
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-prog cppserver 1 "tcp/$CPP_PORT" "$BINREF/simpleserver"
+prog cppserver 1 "tcp/$CPP_PORT" "$SIMPLESERVER"
prog javaserver 1 "tcp/$JAVA_PORT" "$BINREF/runjava SimpleServer"