diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-12-02 12:52:42 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-12-02 12:52:42 +0000 |
| commit | eafd22a89779dbf4d3432c76810f0d2e58fa1779 (patch) | |
| tree | 8806b897885801c24a0934e71210e1a8fdc4e0b6 | |
| parent | 27122ef62024152c66e597b5d8a6adebd9102583 (diff) | |
Check out project on test.
| -rwxr-xr-x | cdist | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -777,6 +777,7 @@ elif args.command == 'test': error('you must specify -t or --target') target = target_factory(args.target, args.debug, args.work) + project.checkout(target) project.read_cscript('cscript') target.test(project) |
