Skip to content

Commit

Permalink
Revert "Check if CI supports bash -e option."
Browse files Browse the repository at this point in the history
This reverts commit ec357b7.
  • Loading branch information
fghoussen committed Sep 15, 2024
1 parent ec357b7 commit 57082f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion EXAMPLES/MATRIX_MARKET/arpackmm.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -e
#!/bin/bash

for eigPb in "--A As.mtx" "--nonSymPb --A An.mtx" "--nonSymPb --cpxPb --A Az.mtx"
do
Expand Down
2 changes: 1 addition & 1 deletion EXAMPLES/MATRIX_MARKET/issue215.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -e
#!/bin/bash

# Note: need to shift slightly as eigen value is zero.
./arpackmm --A issue215.mtx --mag LM --nbEV 1 --nbCV 4 --shiftReal 0.1
Expand Down
2 changes: 1 addition & 1 deletion EXAMPLES/MATRIX_MARKET/issue401.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -e
#!/bin/bash

./arpackmm --A issue401.mtx --mag LA --nbEV 1 --nbCV 5
if [ "$?" -ne "0" ]; then exit 1; fi
Expand Down

0 comments on commit 57082f9

Please sign in to comment.