Skip to content

Commit 45949c5

Browse files
committed
some output
1 parent bf0c1e7 commit 45949c5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

testing/installPlusSource.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ import sys ;\
1515
import petsc4py ;\
1616
petsc4py.init(sys.argv) ;\
1717
from petsc4py import PETSc ;\
18-
print(petsc4py.__version__) ;\
18+
print(\"===============================\") ;\
19+
print(\"petsc4py version:\",petsc4py.__version__) ;\
20+
print(\"===============================\") ;\
1921
"
2022
python -c "$testScript"
2123

0 commit comments

Comments
 (0)