From 605ec55afb2f5b0c438cea46aec2d51bb914c312 Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Fri, 24 Sep 2021 14:00:27 -0700 Subject: [PATCH] Fix test-cudf-python test directory. (#46) --- etc/bash-utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/bash-utils.sh b/etc/bash-utils.sh index 9136f43..47c75f3 100755 --- a/etc/bash-utils.sh +++ b/etc/bash-utils.sh @@ -916,7 +916,7 @@ test-rmm-python() { export -f test-rmm-python; test-cudf-python() { - test-python "$CUDF_HOME/python/cudf" $@; + test-python "$CUDF_HOME/python/cudf/cudf/tests" $@; } export -f test-cudf-python;