Skip to content

Commit 5d7e8e1

Browse files
committed
Fix linalg testing
1 parent 70d5c5f commit 5d7e8e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

check_binary.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ fi # if cuda
412412
# Run parts of smoke tests
413413
##########################
414414
if [[ "$PACKAGE_TYPE" != 'libtorch' ]]; then
415-
pushd test/smoke_test
415+
pushd "$(dirname ${BASH_SOURCE[0]})/test/smoke_test"
416416
python -c "from smoke_test import test_linalg; test_linalg()"
417417
if [[ "$DESIRED_CUDA" == *cuda* ]]; then
418418
python -c "from smoke_test import test_linalg; test_linalg('cuda')"

0 commit comments

Comments
 (0)