Skip to content

Commit

Permalink
Fixed project directory path.
Browse files Browse the repository at this point in the history
  • Loading branch information
jose authored May 9, 2019
1 parent fb59e81 commit d12ec87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/util/get_relevant_tests.pl
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ =head1 OPTIONS
system("mkdir -p $TMP_DIR");
my $project = Project::create_project($PID);
$project->{prog_root} = $TMP_DIR;
my $project_dir = "$PROJECTS_DIR/projects/$PID";
my $project_dir = "$PROJECTS_DIR/$PID";
my $out_dir = $cmd_opts{o} // "$project_dir/relevant_tests";

my @ids;
Expand Down

0 comments on commit d12ec87

Please sign in to comment.