We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd73d33 commit 47917cfCopy full SHA for 47917cf
Rakefile
@@ -1,7 +1,7 @@
1
desc "Run tests"
2
task :test do
3
- exit_status = system 'xctool -workspace Tests/ECSlidingViewController.xcworkspace -scheme ECSlidingViewController -sdk iphonesimulator test'
4
- exit(exit_status)
+ system 'xctool -workspace Tests/ECSlidingViewController.xcworkspace -scheme ECSlidingViewController -sdk iphonesimulator test'
+ exit($?.exitstatus)
5
end
6
7
namespace :travis do
0 commit comments