about summary refs log tree commit diff
path: root/t/data/test.yml
diff options
context:
space:
mode:
authorJonathan "Duke" Leto <jonathan@leto.net>2011-01-28 16:02:14 -0500
committerJonathan "Duke" Leto <jonathan@leto.net>2011-01-28 16:02:14 -0500
commit75bd5b1c4aac996422eca2a7f498b31d1d1bba18 (patch)
tree3c9eb842b577f991ed3c5977169494f4f2e9fc2a /t/data/test.yml
parentMerge branch 'refactor_builder' (diff)
downloadjitterbug-75bd5b1c4aac996422eca2a7f498b31d1d1bba18.tar.gz
Add a builder_variablse YAML key, which passed environment variables to the builder
Diffstat (limited to '')
-rw-r--r--t/data/test.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/t/data/test.yml b/t/data/test.yml
index e4144c3..9ec509e 100644
--- a/t/data/test.yml
+++ b/t/data/test.yml
@@ -17,6 +17,7 @@ jitterbug:
     dir: /tmp/build
   build_process:
     builder: ./scripts/capsule.sh
+    builder_variables: STUFF=BLAH
     on_failure: ./scripts/build-failed.sh
 
 plugins:
@@ -25,6 +26,6 @@ plugins:
       skip_automake: 1
       pckg: "jitterbug::Schema"
       connect_info:
-        - dbi:SQLite:dbname=jitterbug.db
+        - dbi:SQLite:dbname=t/data/jitterbug.db