Commit 7ed94d19 authored by Sergey Lyubka's avatar Sergey Lyubka

Unit test call fixed

parent dc513a9a
......@@ -456,7 +456,7 @@ sub do_PUT_test {
}
sub do_unit_test {
my $target = on_windows() ? 'windows_unit_test' : 'unix_unit_test';
my $target = on_windows() ? 'w' : 'u';
system("make $target") == 0 or fail("Unit test failed!");
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment