This website requires JavaScript.
Explore
Help
Sign In
ylqjgm
/
canvas-lms
mirror of
https://github.com/instructure/canvas-lms.git
Watch
1
Star
0
Fork
You've already forked canvas-lms
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e84bd4dd80
canvas-lms
/
gems
/
event_stream
/
test.sh
6 lines
74 B
Bash
Raw
Normal View
History
Unescape
Escape
canvas event stream fixes: CNVS-10477 Test Plan: Make sure auditing still works. Change-Id: I021c0772ad0cf337d452b55bf690d15ce1a61a09 Reviewed-on: https://gerrit.instructure.com/31494 Tested-by: Jenkins <jenkins@instructure.com> QA-Review: August Thornton <august@instructure.com> Reviewed-by: Jacob Fugal <jacob@instructure.com> Product-Review: Nick Cloward <ncloward@instructure.com>
2014-04-29 00:08:39 +08:00
#!/bin/bash
simplify gem test harnesses rely on test_all_gems.sh to output header and trailer, and use `set -e` in each test.sh to simplify passing through errors Change-Id: I3ba724ad2539ddfe31195394c43f646acfc73920 Reviewed-on: https://gerrit.instructure.com/70469 Tested-by: Jenkins Reviewed-by: Simon Williams <simon@instructure.com> Product-Review: Cody Cutrer <cody@instructure.com> QA-Review: Cody Cutrer <cody@instructure.com>
2016-01-19 00:47:35 +08:00
set
-e
canvas event stream fixes: CNVS-10477 Test Plan: Make sure auditing still works. Change-Id: I021c0772ad0cf337d452b55bf690d15ce1a61a09 Reviewed-on: https://gerrit.instructure.com/31494 Tested-by: Jenkins <jenkins@instructure.com> QA-Review: August Thornton <august@instructure.com> Reviewed-by: Jacob Fugal <jacob@instructure.com> Product-Review: Nick Cloward <ncloward@instructure.com>
2014-04-29 00:08:39 +08:00
bundle check before bundle install for gem tests they're likely already installed, and it will save a ton of trips to rubygems.org Change-Id: I9ccf2194619a6e8f97d7f21b4e232dac7ff20d3c Reviewed-on: https://gerrit.instructure.com/35694 Reviewed-by: Bryan Madsen <bryan@instructure.com> QA-Review: Bryan Madsen <bryan@instructure.com> Product-Review: Bryan Madsen <bryan@instructure.com> Tested-by: Jenkins <jenkins@instructure.com>
2014-05-31 04:55:38 +08:00
bundle check
||
bundle install
canvas event stream fixes: CNVS-10477 Test Plan: Make sure auditing still works. Change-Id: I021c0772ad0cf337d452b55bf690d15ce1a61a09 Reviewed-on: https://gerrit.instructure.com/31494 Tested-by: Jenkins <jenkins@instructure.com> QA-Review: August Thornton <august@instructure.com> Reviewed-by: Jacob Fugal <jacob@instructure.com> Product-Review: Nick Cloward <ncloward@instructure.com>
2014-04-29 00:08:39 +08:00
bundle
exec
rspec spec