mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Fix travis not finding versioning files
This commit is contained in:
parent
d667b82c9e
commit
fc6b847976
3
test.sh
3
test.sh
@ -31,6 +31,9 @@ setUp() {
|
||||
# Create the testing conf from the default one
|
||||
mkdir -p "$TMP_DIR" && chown "$USERNAME" "$TMP_DIR"
|
||||
cp "$DEFUALT_CONF" "$MSM_CONF" && chown "$USERNAME" "$MSM_CONF"
|
||||
|
||||
# Coppy versioning files
|
||||
cp -r "${DIR}/versioning" "${TMP_DIR}/versioning"
|
||||
|
||||
# Overwrite variables to use for testing purposes
|
||||
echo "" >> "$MSM_CONF"
|
||||
|
Loading…
Reference in New Issue
Block a user