From 1e85126d78c98011d4aeabbb7f840dca8a8e1522 Mon Sep 17 00:00:00 2001 From: agibsonccc Date: Sun, 7 Mar 2021 19:32:17 +0900 Subject: [PATCH] Update run_tests.sh --- libnd4j/tests_cpu/run_tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libnd4j/tests_cpu/run_tests.sh b/libnd4j/tests_cpu/run_tests.sh index 50fe78285..0fd823876 100755 --- a/libnd4j/tests_cpu/run_tests.sh +++ b/libnd4j/tests_cpu/run_tests.sh @@ -59,6 +59,6 @@ fi unameOut="$(uname)" echo "$OSTYPE" -../blasbuild/${CHIP}/tests_cpu/layers_tests/runtests.exe +../blasbuild/${CHIP}/tests_cpu/layers_tests/runtests # Workaround to fix posix path conversion problem on Windows (http://mingw.org/wiki/Posix_path_conversion) -#[ -f "${GTEST_OUTPUT#*:}" ] && cp -a surefire-reports/ ../target && rm -rf surefire-reports/ +[ -f "${GTEST_OUTPUT#*:}" ] && cp -a surefire-reports/ ../target && rm -rf surefire-reports/