Skip to content

Commit

Permalink
Fix test-cudf-python test directory. (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice authored Sep 24, 2021
1 parent 685e3e5 commit 605ec55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/bash-utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 605ec55

Please sign in to comment.