Skip to content

Commit

Permalink
Adding the Affix framework including Affix components to the target_dir.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaaaalbert committed May 30, 2014
1 parent 56fea4a commit 9f016a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions preparetest.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,8 @@ def main():
os.chdir(repos_root_dir)

# Copy the necessary files to the target folder
copy_to_target("affix-repo/affix/*", target_dir)
copy_to_target("affix-repo/affix/affix_components/*", target_dir)
copy_to_target("repy_v2/*", target_dir)
copy_to_target("repy_v2/*", os.path.join(target_dir, "repyV2"))
copy_to_target("repy_v1/*", os.path.join(target_dir, "repyV1"))
Expand Down

0 comments on commit 9f016a4

Please sign in to comment.