Skip to content

Commit

Permalink
Do not parse testdata directory outside of tests
Browse files Browse the repository at this point in the history
Test Plan: `buck test` passes with an older version of Buck.
  • Loading branch information
k21 authored and sdwilsh committed Mar 28, 2015
1 parent 61a09da commit 2e6d756
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .buckconfig
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
test/com/facebook/buck/apple/testdata, \
test/com/facebook/buck/apple/xcode/testdata, \
test/com/facebook/buck/cli/testdata, \
test/com/facebook/buck/d/testdata, \
test/com/facebook/buck/java/testdata, \
test/com/facebook/buck/java/intellij/testdata, \
test/com/facebook/buck/junit/testdata, \
Expand Down
1 change: 1 addition & 0 deletions .watchmanconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"src/com/facebook/buck/cli/quickstart",
"test/com/facebook/buck/android/testdata",
"test/com/facebook/buck/cli/testdata",
"test/com/facebook/buck/d/testdata",
"test/com/facebook/buck/java/testdata",
"test/com/facebook/buck/junit/testdata",
"test/com/facebook/buck/parser/testdata",
Expand Down

0 comments on commit 2e6d756

Please sign in to comment.