Skip to content

Commit 7cc3577

Browse files
authored
fix check for smoketest_cuda in test (#155)
1 parent 1e5d5fa commit 7cc3577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/c/test/t0001-cbinding-basic.t.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ test_expect_success 'PERFFLOW_OPTIONS: use verbose (default) format smoketest' '
241241
fi
242242
'
243243

244-
if test -f ../smoketest_MPI; then
244+
if test -f ../smoketest_cuda; then
245245
# Run cuda tests if NVIDIA GPU is present
246246
lspci=$(lspci | grep -i nvidia 2>/dev/null)
247247
if [ -n "${lspci}" ]; then

0 commit comments

Comments
 (0)