Made work dirs relative
This commit is contained in:
parent
ac967f25ab
commit
d27aed1c09
|
@ -10,8 +10,8 @@ TESTS_DIR="$DEV_DIR/tests"
|
||||||
|
|
||||||
OSYNC_EXECUTABLE="n_osync.sh"
|
OSYNC_EXECUTABLE="n_osync.sh"
|
||||||
|
|
||||||
INITIATOR_DIR="/opt/osync/initiator"
|
INITIATOR_DIR="$TEST_DIR/opt/osync/initiator"
|
||||||
TARGET_DIR="/opt/osync/target"
|
TARGET_DIR="$TEST_DIR/opt/osync/target"
|
||||||
OSYNC_STATE_DIR=".osync_workdir/state"
|
OSYNC_STATE_DIR=".osync_workdir/state"
|
||||||
|
|
||||||
function CreateReplicas () {
|
function CreateReplicas () {
|
||||||
|
|
Loading…
Reference in New Issue