Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a908a665 authored by Andrew Jones's avatar Andrew Jones Committed by Steven Rostedt
Browse files
parent cd8e368f
Loading
Loading
Loading
Loading
+5 −3
Original line number Original line Diff line number Diff line
@@ -2850,9 +2850,11 @@ for (my $i = 1; $i <= $opt{"NUM_TESTS"}; $i++) {


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


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


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