summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-12-02 12:52:42 +0000
committerCarl Hetherington <cth@carlh.net>2013-12-02 12:52:42 +0000
commiteafd22a89779dbf4d3432c76810f0d2e58fa1779 (patch)
tree8806b897885801c24a0934e71210e1a8fdc4e0b6
parent27122ef62024152c66e597b5d8a6adebd9102583 (diff)
Check out project on test.
-rwxr-xr-xcdist1
1 files changed, 1 insertions, 0 deletions
diff --git a/cdist b/cdist
index ce4ae07..ede2d02 100755
--- a/cdist
+++ b/cdist
@@ -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)