summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/end-to-end/computed-roots/basic.sh2
-rw-r--r--test/end-to-end/computed-roots/mr_computed_setup.sh3
2 files changed, 3 insertions, 2 deletions
diff --git a/test/end-to-end/computed-roots/basic.sh b/test/end-to-end/computed-roots/basic.sh
index 59470ef4..16e363c1 100644
--- a/test/end-to-end/computed-roots/basic.sh
+++ b/test/end-to-end/computed-roots/basic.sh
@@ -140,6 +140,6 @@ echo
--log-limit 4 -f "${OUT}/log2" \
--main 'other derived' 2>&1
echo
-grep '[Ee]xport.*from cache' "${OUT}/log2"
+grep '[Rr]oot.*from cache' "${OUT}/log2"
echo OK
diff --git a/test/end-to-end/computed-roots/mr_computed_setup.sh b/test/end-to-end/computed-roots/mr_computed_setup.sh
index 02b2e0ce..47b17e42 100644
--- a/test/end-to-end/computed-roots/mr_computed_setup.sh
+++ b/test/end-to-end/computed-roots/mr_computed_setup.sh
@@ -73,6 +73,7 @@ cat > repo-config.json <<EOF
{ "repository":
{ "type": "file"
, "path": "${BASE_ROOT}"
+ , "pragma": {"to_git": true}
}
}
, "derived":
@@ -127,4 +128,4 @@ echo
[ "$(cat "${OUT}/other-derived/out" | wc -l)" -eq 78 ]
-echo OK \ No newline at end of file
+echo OK