Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 275164
b: refs/heads/master
c: a908a66
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Jones authored and Steven Rostedt committed Oct 17, 2011
1 parent e4e4a7c commit b7606cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 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: cd8e368f475251c0e3c42203f21e68fa25afbb3d
refs/heads/master: a908a6659ba3e7eb52ea74a78e2f342978aa5f5b
8 changes: 5 additions & 3 deletions trunk/tools/testing/ktest/ktest.pl
Original file line number Diff line number Diff line change
Expand Up @@ -2850,9 +2850,11 @@ sub set_test_option {

chdir $builddir || die "can't change directory to $builddir";

if (!-d $tmpdir) {
mkpath($tmpdir) or
die "can't create $tmpdir";
foreach my $dir ($tmpdir, $outputdir) {
if (!-d $dir) {
mkpath($dir) or
die "can't create $dir";
}
}

$ENV{"SSH_USER"} = $ssh_user;
Expand Down

0 comments on commit b7606cd

Please sign in to comment.