summaryrefslogtreecommitdiff
path: root/.circleci/test-run.sh
diff options
context:
space:
mode:
authorSteve Manuel <nilslice@gmail.com>2018-01-08 09:37:04 -0700
committerSteve Manuel <nilslice@gmail.com>2018-01-08 09:37:04 -0700
commitb1f5024ed10580b8437bc2e7f8f90f21fb14bc33 (patch)
treeeae20671da895543c97d647c77034db43140c2a6 /.circleci/test-run.sh
parent3c8d90cf0d5e2af0a9a6adf508fffda7d636b9a6 (diff)
parentacfd3deeb7efc8929dd4001acfa58fcac74203a1 (diff)
Merge branch 'ponzu-dev' of https://github.com/ponzu-cms/ponzu into ponzu-dev
Diffstat (limited to '.circleci/test-run.sh')
-rw-r--r--.circleci/test-run.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/.circleci/test-run.sh b/.circleci/test-run.sh
index dafef6f..5b8e150 100644
--- a/.circleci/test-run.sh
+++ b/.circleci/test-run.sh
@@ -22,4 +22,8 @@ curl -v --cookie-jar cookies \
#Test that content types were generated
curl -b cookies -c cookies http://localhost:8080/admin/contents?type=Person \
- | grep Person \ No newline at end of file
+ | grep Person
+
+curl -b cookies -c cookies http://localhost:8080/admin/contents?type=Message \
+ | grep Message
+