Skip to content

Commit 5856f55

Browse files
committed
try another path
Signed-off-by: Aleksandr Motsjonov <[email protected]>
1 parent 8ef014c commit 5856f55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_image_converter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ std::string run_rawtoaces_command( const std::vector<std::string> &args )
6262
std::string command;
6363
#ifdef WIN32
6464
// Use the standard path from build directory
65-
command = "src\\rawtoaces\\Release\\rawtoaces.exe";
65+
command = "..\\src\\rawtoaces\\Release\\rawtoaces.exe";
6666
#else
6767
command = "../src/rawtoaces/rawtoaces";
6868
#endif

0 commit comments

Comments
 (0)