From 5fd64ffa3ce5e5405d3d772b313c7191411c2d04 Mon Sep 17 00:00:00 2001 From: deajan Date: Tue, 30 Aug 2016 13:42:35 +0200 Subject: [PATCH] Added test dir to include shunit2 --- dev/tests/run_tests.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/dev/tests/run_tests.sh b/dev/tests/run_tests.sh index 093a89d..d39f525 100755 --- a/dev/tests/run_tests.sh +++ b/dev/tests/run_tests.sh @@ -1,8 +1,12 @@ #!/usr/bin/env bash -# osync test suite 2016081901 +# osync test suite 2016083001 +# Add big fileset tests (eg: drupal 8 ?) + DEV_DIR="/home/git/osync/dev" +TESTS_DIR="/home/git/osync/dev/tests" + OSYNC_EXECUTABLE="n_osync.sh" INITIATOR_DIR="/opt/osync/initiator" @@ -65,4 +69,4 @@ function test_osync_quicksync_remote () { assertEquals "Target state dir exists" "0" $? } -. ./shunit2/shunit2 +. "$TESTS_DIR/shunit2/shunit2"