Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 275165
b: refs/heads/master
c: 1348823
h: refs/heads/master
i:
  275163: e4e4a7c
v: v3
  • Loading branch information
Andrew Jones authored and Steven Rostedt committed Oct 17, 2011
1 parent b7606cd commit 48538d1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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: a908a6659ba3e7eb52ea74a78e2f342978aa5f5b
refs/heads/master: 134882311cb9c2dca2ffadeabc5f8f9faa0fca81
14 changes: 7 additions & 7 deletions trunk/tools/testing/ktest/ktest.pl
Original file line number Diff line number Diff line change
Expand Up @@ -1272,15 +1272,15 @@ sub build {
# allow for empty configs
run_command "touch $output_config";

run_command "mv $output_config $outputdir/config_temp" or
dodie "moving .config";
if (!$noclean) {
run_command "mv $output_config $outputdir/config_temp" or
dodie "moving .config";

if (!$noclean && !run_command "$make mrproper") {
dodie "make mrproper";
}
run_command "$make mrproper" or dodie "make mrproper";

run_command "mv $outputdir/config_temp $output_config" or
dodie "moving config_temp";
run_command "mv $outputdir/config_temp $output_config" or
dodie "moving config_temp";
}

} elsif (!$noclean) {
unlink "$output_config";
Expand Down

0 comments on commit 48538d1

Please sign in to comment.