Skip to content

Commit 8439a42

Browse files
authored
Update run_test_suite.sh
1 parent 41a8b42 commit 8439a42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testsuite/run_test_suite.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ then
221221
${echo} "${cR} numpy, h5py${cX}"
222222
exit 1
223223
fi
224-
${echo} "${cG}==> Python is installed!${cX}"
224+
${echo} "${cG}==> Python3 is installed!${cX}"
225225
#
226226
# Check for required packages.
227227
#
@@ -240,7 +240,7 @@ then
240240
exit 1
241241
fi
242242
done
243-
${echo} "${cG}==> All required python packages are present!${cX}"
243+
${echo} "${cG}==> All required python3 packages are present!${cX}"
244244
#
245245
# Check that the mas bin directory is in the user's path, if not, add it.
246246
#

0 commit comments

Comments
 (0)