mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
some refactoring [execute tests on MySQL]
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
set -xe
|
||||
set -e
|
||||
CONTAINER_NAME=alfresco-db-mysql
|
||||
|
||||
MYSQL_USER=alfresco
|
||||
|
@@ -1,7 +1,6 @@
|
||||
#!/bin/bash
|
||||
set -xe
|
||||
DIRECTORY=`dirname $0`
|
||||
echo $DIRECTORY
|
||||
set -e
|
||||
|
||||
. $(dirname "${BASH_SOURCE[0]}")/common.sh
|
||||
|
||||
echo "============================================"
|
||||
|
Reference in New Issue
Block a user