Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
k-rister committed Mar 12, 2024
1 parent 76d09af commit 80f737c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rickshaw-run
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ my $ug = Data::UUID->new;
my %defaults = ( "num-samples" => 1, "tool-group" => "default", "test-order" => "s",
"base-run-dir" => tempdir(), "id" => $ug->create_str(),
"max-sample-failures" => 1, "max-rb-attempts" => 1,
"run-file" => undef);
"run-file" => "");

my @utilities = ( "packrat" );

Expand Down
3 changes: 1 addition & 2 deletions schema/run.json
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,7 @@
"pattern": "^.+$"
},
"run-file": {
"type": "string",
"pattern": "^.+$"
"type": "string"
}
},
"required": [
Expand Down

0 comments on commit 80f737c

Please sign in to comment.