Project

General

Profile

« Previous | Next » 

Revision 10247

bugfix: lib/sh/local.sh: prevent automated tests when the public schema contains the live DB, so the user doesn't have to explicitly specify can_test= when running the import on vegbiendev

View differences:

lib/sh/local.sh
80 80

  
81 81
sync_upload() { echo_func; use_sync; upload --no-owner --no-group "$@"; }
82 82

  
83

  
84
#### data loading
85

  
86
# prevent automated tests when the public schema contains the live DB
87
if test "$(hostname -s)" = vegbiendev; then export can_test=; fi
88

  
83 89
fi

Also available in: Unified diff