From 9f016a4181552f350390f621bbcdbc202c2908c5 Mon Sep 17 00:00:00 2001 From: Albert Date: Fri, 30 May 2014 16:16:48 +0200 Subject: [PATCH] Adding the Affix framework including Affix components to the target_dir. --- preparetest.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/preparetest.py b/preparetest.py index 1b674fe..31226df 100644 --- a/preparetest.py +++ b/preparetest.py @@ -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"))