New script to test if one can send test results to GeometryFactory's

server.
This commit is contained in:
Laurent Rineau 2008-02-29 08:59:21 +00:00
parent 1b12f5a607
commit 27806dd895
2 changed files with 6 additions and 0 deletions

1
.gitattributes vendored
View File

@ -3441,6 +3441,7 @@ Scripts/developer_scripts/mirror_package_files.rb -text
Scripts/developer_scripts/mirror_package_impl.rb -text
Scripts/developer_scripts/remove_package_files_from_build_tree.rb -text
Scripts/developer_scripts/remove_package_files_from_build_tree_impl.rb -text
Scripts/developer_scripts/test_testsuite_submission -text
Scripts/scripts/cgal_create_cmake_script -text
SearchStructures/doc_tex/SearchStructures/d-range.eps -text svneol=unset#application/postscript
SearchStructures/doc_tex/SearchStructures/d-range.gif -text svneol=unset#image/gif

View File

@ -0,0 +1,5 @@
#!/bin/sh
touch /tmp/CGAL-test-`whoami`
SSH_AUTH_SOCK="" scp /tmp/CGAL-test-`whoami` cgaltest@cgal.geometryfactory.com:incoming
rm -f /tmp/CGAL-test-`whoami`