diff options
| author | Jonathan "Duke" Leto <jonathan@leto.net> | 2011-05-22 21:02:23 -0700 |
|---|---|---|
| committer | Jonathan "Duke" Leto <jonathan@leto.net> | 2011-05-22 21:02:23 -0700 |
| commit | 84147ee6d4a5d53d93f4a73300a192f854eb1ccd (patch) | |
| tree | 883782c9efc36d21f1efbc19bb4f593ca9e5a9d8 /t/data/test.yml | |
| parent | Remove dep on Git::Repository (diff) | |
| parent | Make hook test data refer to the new git repo for testing (diff) | |
| download | jitterbug-84147ee6d4a5d53d93f4a73300a192f854eb1ccd.tar.gz | |
Merge branch 'master' into git_refactor
Diffstat (limited to 't/data/test.yml')
| -rw-r--r-- | t/data/test.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/data/test.yml b/t/data/test.yml index d8d21c0..98f8e65 100644 --- a/t/data/test.yml +++ b/t/data/test.yml @@ -12,9 +12,9 @@ engines: jitterbug: reports: - dir: /tmp/jitterbug + dir: ./t/tmp/reports build: - dir: /tmp/build + dir: ./t/tmp/build build_process: builder: ./scripts/capsule.sh builder_variables: STUFF=BLAH |
