Skip to content

Commit 1908a00

Browse files
committed
Fix argument quoting in test_cupy.sh
1 parent b780b9a commit 1908a00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_cupy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ mkdir -p $SCRIPT_DIR/.hypothesis
2929
ln -s $SCRIPT_DIR/.hypothesis .hypothesis
3030

3131
export ARRAY_API_TESTS_MODULE=array_api_compat.cupy
32-
pytest ${PYTEST_ARGS} --xfails-file $SCRIPT_DIR/cupy-xfails.txt --skips-file $SCRIPT_DIR/cupy-skips.txt $@
32+
pytest ${PYTEST_ARGS} --xfails-file $SCRIPT_DIR/cupy-xfails.txt --skips-file $SCRIPT_DIR/cupy-skips.txt "$@"

0 commit comments

Comments
 (0)