Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 247939
b: refs/heads/master
c: 4025bc6
h: refs/heads/master
i:
  247937: a067536
  247935: e271e2d
v: v3
  • Loading branch information
Steven Rostedt authored and Steven Rostedt committed May 20, 2011
1 parent 8d498c5 commit 81272fe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4d62bf51ac3408de85ebc1b677058482069b2e1c
refs/heads/master: 4025bc62dd045d326d8a26a50fc86fd163aec89f
10 changes: 5 additions & 5 deletions trunk/tools/testing/ktest/ktest.pl
Original file line number Diff line number Diff line change
Expand Up @@ -1248,14 +1248,14 @@ sub run_bisect_test {

if ($failed) {
$result = 0;

# reboot the box to a good kernel
if ($type ne "build") {
bisect_reboot;
}
} else {
$result = 1;
}

# reboot the box to a kernel we can ssh to
if ($type ne "build") {
bisect_reboot;
}
$in_bisect = 0;

return $result;
Expand Down

0 comments on commit 81272fe

Please sign in to comment.