Skip to content

Commit

Permalink
fix test runner for windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanHenson committed Nov 2, 2023
1 parent 9b66dd5 commit 44957ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/io_util_tests.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ static int s_test_instance_lock_works_cross_proc(struct aws_allocator *allocator

/* Invoke the test runner in a new process for ease so cmake automatically does the work for us. */
struct aws_run_command_options command_options = {
.command = "./aws-c-common-tests instance_lock_mp_test_runner",
.command = "aws-c-common-tests instance_lock_mp_test_runner",
};

struct aws_run_command_result result;
Expand Down

0 comments on commit 44957ff

Please sign in to comment.