Skip to content

Commit

Permalink
Update KernelTests path in Rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
russellhancox committed Dec 12, 2014
1 parent 895ed71 commit 12acd92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ namespace :tests do
puts "Running kernel tests with a #{timeout} second timeout"
begin
Timeout::timeout(timeout) {
system "sudo #{OUTPUT_PATH}/Build/Products/Debug/KernelTests"
system "sudo #{OUTPUT_PATH}/Products/Debug/KernelTests"
}
rescue Timeout::Error
puts "ERROR: tests ran for longer than #{timeout} seconds and were killed."
Expand Down

0 comments on commit 12acd92

Please sign in to comment.