fix tests

This commit is contained in:
Andrei Yankovich 2020-05-13 20:34:20 +03:00
parent 1fc2ec0ff6
commit 1257e4cca7

View File

@ -1783,7 +1783,7 @@ void deploytest::testLibDir() {
"./" + DISTRO_DIR + "/lib/libstdc++.so", "./" + DISTRO_DIR + "/lib/libstdc++.so",
"./" + DISTRO_DIR + "/lib/libgcc_s.so" "./" + DISTRO_DIR + "/lib/libgcc_s.so"
}); });
extraPath = "./" + DISTRO_DIR + "2"; extraPath = "./" + DISTRO_DIR + "2/lib";
#else #else
@ -1796,7 +1796,8 @@ void deploytest::testLibDir() {
"./" + DISTRO_DIR + "/libstdc++-6.dll", "./" + DISTRO_DIR + "/libstdc++-6.dll",
}); });
extraPath = "./" + DISTRO_DIR + "2/lib"; extraPath = "./" + DISTRO_DIR + "2";
#endif #endif
runTestParams({"-bin", bin, "clear" , runTestParams({"-bin", bin, "clear" ,
"-libDir", extraPath, "-libDir", extraPath,