Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bin/runmigration
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
set -e

wait_postgres.sh
CACHE_DIR=/tmp
CACHE_DIR=${CACHE_DIR:=/tmp/cachedb}

echo $CACHE_DIR

Expand Down
2 changes: 1 addition & 1 deletion bin/runtests
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ set -e

wait_postgres.sh
LOCAL_SRC_DIR=/odoo/local-src
CACHE_DIR=/tmp
CACHE_DIR=${CACHE_DIR:=/tmp/cachedb}

if [ -z $1 ]; then
LOCAL_ADDONS=$(find ${LOCAL_SRC_DIR}/* -maxdepth 0 -type d -and -not -name server_environment_files -printf "%f\n" |
Expand Down