summaryrefslogtreecommitdiff
path: root/tests.deploy/setup
diff options
context:
space:
mode:
Diffstat (limited to 'tests.deploy/setup')
-rwxr-xr-xtests.deploy/setup7
1 files changed, 4 insertions, 3 deletions
diff --git a/tests.deploy/setup b/tests.deploy/setup
index 1065849d..584ce039 100755
--- a/tests.deploy/setup
+++ b/tests.deploy/setup
@@ -100,7 +100,8 @@ cat <<EOF > hello-stratum.morph
"name": "hello",
"repo": "test:chunk-repo",
"ref": "farrokh",
- "build-depends": []
+ "build-depends": [],
+ "build-mode": "test"
}
]
}
@@ -140,7 +141,8 @@ cat <<EOF > linux-stratum.morph
"name": "linux",
"repo": "test:kernel-repo",
"ref": "master",
- "build-depends": []
+ "build-depends": [],
+ "build-mode": "test"
}
]
}
@@ -196,7 +198,6 @@ cat <<EOF > "$DATADIR/morph.conf"
repo-alias = test=file://$DATADIR/#file://$DATADIR/
cachedir = $DATADIR/cache
log = $DATADIR/morph.log
-keep-path = true
no-distcc = true
quiet = true
log = /tmp/morph.log