From 90517b852dfc1b1377f4367d5925ca2d1d6c906d Mon Sep 17 00:00:00 2001 From: Reese Baird Date: Wed, 14 Jun 2017 12:29:28 -0700 Subject: [PATCH] fix test path (#472) --- tests/libs/R/ohpc-tests/test_compiler_families | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/libs/R/ohpc-tests/test_compiler_families b/tests/libs/R/ohpc-tests/test_compiler_families index 39d1f8b30e..1394e031c4 100755 --- a/tests/libs/R/ohpc-tests/test_compiler_families +++ b/tests/libs/R/ohpc-tests/test_compiler_families @@ -8,7 +8,7 @@ status=0 source ./common/TEST_ENV || exit 1 source ./common/functions || exit 1 -cd dev-tools/R || exit 1 +cd libs/R || exit 1 export BATS_JUNIT_CLASS="R" # bootstrap the local autotools project if necessary