diff --git a/bin/auto-sync.sh b/bin/auto-sync.sh index 4de4c9e6..f7d1fc1f 100755 --- a/bin/auto-sync.sh +++ b/bin/auto-sync.sh @@ -4,8 +4,7 @@ scriptDirectory="$( dirname "$0" )" if [[ "$#" != 0 ]]; then forwardedParameters=( "$@" ) else - forwardedParameters=( -o -u -y --docs --filepaths --metadata ) - # forwardedParameters=( -o -u -y --tests include ) + forwardedParameters=( -o -u -y --docs --filepaths --metadata --tests include ) fi exitWithFailure() {