Remove the copy of config/testfiles to test/Configuration, since it's not needed

anymore since we now have the install.log in the Installation line of the test-suite.
And it makes the tarball one step closer from the SVN content.
This commit is contained in:
Sylvain Pion
2007-02-15 23:16:51 +00:00
parent aa2b3f8100
commit 158fedcd9f
@@ -378,13 +378,6 @@ EOF
}
sub CreateConfigurationTestdir(){
print "Creating $VERSION/test/Configuration directory ...\n";
chdir "$RELEASEDIR/$VERSION" or die;
system('cp', '-r', 'config/testfiles', 'test/Configuration');
}
#---------------------------------------------------------------#
# create cgal_test script in tests
#---------------------------------------------------------------#
@@ -394,7 +387,6 @@ sub create_test()
}
#---------------------------------------------------------------#
# make_testscripts and generate makefiles in test and examples
#---------------------------------------------------------------#
@@ -623,7 +615,6 @@ lock;
create_packages_dir();
install_packages();
CreateConfigurationTestdir();
CreateDemoTestDirs();
CreateExampleTestDirs();
create_version_file();