summaryrefslogtreecommitdiff
path: root/tools/remotetest
Commit message (Collapse)AuthorAgeFilesLines
* Added a benchmark for mutable hash sets.Aleksandar Pokopec2010-11-101-6/+1
| | | | | No review.
* Remote test help improved.Aleksandar Pokopec2010-10-281-1/+9
| | | | | No review
* Some serious bugfixes in parallel hash tables.Aleksandar Pokopec2010-10-281-1/+1
| | | | | No review.
* Mostly refactored existing test functionality f...Aleksandar Pokopec2010-10-281-2/+4
| | | | | | | | Mostly refactored existing test functionality for parallel collections. Added immutable hash set tests. No review.
* Modified remote test.Aleksandar Pokopec2010-10-281-1/+1
| | | | | No review.
* Modified remote test.Aleksandar Pokopec2010-10-281-1/+1
| | | | | No review.
* Improved the remotetest script.Aleksandar Pokopec2010-10-201-25/+119
| | | | | No review.
* For all those using .git who like their build a...Aleksandar Pokopec2010-10-191-0/+131
For all those using .git who like their build and tests being run on a different machine - remotetest. Uses ssh, git and the remote home directory to push the current tree to a bare repo, then check it out remotely and run the full build and tests. Usage: remotetest [--init] <user> <server> <bare-repo-path> <workspace-repo-path> Modifying .ssh/authorized_keys on the <server> is recommended. To be run with --init first time. No review.