From e6a94a36c760dc62dd73f31c46b99f1e1d29de1b Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Fri, 24 Sep 2021 13:46:33 -0700 Subject: [PATCH] Fix test-cudf-python test directory. --- 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;