enable sharding of bok-choy tests

This commit is contained in:
Christine Lytwynec
2014-07-29 09:24:19 -04:00
parent 54d60fc1b1
commit c7df52c511
3 changed files with 14 additions and 2 deletions

View File

@@ -114,7 +114,15 @@ END
;;
"bok-choy")
rake test:bok_choy
case "$SHARD" in
"1")
rake test:bok_choy["-a shard_1"]
;;
"2")
rake test:bok_choy["-a '!shard_1'"]
;;
esac
rake test:bok_choy:coverage
;;