Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ndbroadbent/test-project-1
Browse files Browse the repository at this point in the history
Conflicts:
	Rakefile
  • Loading branch information
ndbroadbent committed Jan 8, 2012
2 parents 026e52d + e84270a commit 6e737ad
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions Rakefile
Expand Up @@ -7,22 +7,11 @@ task :test do
puts "#{key}: #{ENV[key]}"
end

<<<<<<< HEAD
1.upto(1) do
sleep(0.01)
putc '.'
$stdout.flush
end
status = File.read("status").strip.to_i rescue 0
exit status
=======
sleep(0.01)
putc '.'
$stdout.flush

exit 1
>>>>>>> a100e9efef9dec1cb883b8ecfaf32befd239a6b8
exit 11
end

task :default => :test

0 comments on commit 6e737ad

Please sign in to comment.