Skip to content

Commit

Permalink
Revert "lint: consistent shell pragma"
Browse files Browse the repository at this point in the history
This reverts commit 222c7d8.
  • Loading branch information
turadg committed Dec 9, 2024
1 parent 0da0662 commit adc39aa
Show file tree
Hide file tree
Showing 31 changed files with 32 additions and 31 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

set -euo pipefail
set -e

PROPOSAL_PATH=$1

Expand Down
2 changes: 1 addition & 1 deletion proposals/16:upgrade-8/test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
set -euo pipefail
set -e

source /usr/src/upgrade-test-scripts/env_setup.sh

Expand Down
2 changes: 1 addition & 1 deletion proposals/16:upgrade-8/use.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# Exit when any command fails
set -euo pipefail
set -e

source /usr/src/upgrade-test-scripts/env_setup.sh

Expand Down
2 changes: 1 addition & 1 deletion proposals/29:upgrade-9/test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
set -euo pipefail
set -e

source /usr/src/upgrade-test-scripts/env_setup.sh

Expand Down
2 changes: 1 addition & 1 deletion proposals/29:upgrade-9/use.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# Exit when any command fails
set -euo pipefail
set -e

source /usr/src/upgrade-test-scripts/env_setup.sh

Expand Down
2 changes: 1 addition & 1 deletion proposals/34:upgrade-10/test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
set -euo pipefail
set -e

source /usr/src/upgrade-test-scripts/env_setup.sh

Expand Down
2 changes: 1 addition & 1 deletion proposals/34:upgrade-10/use.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# Exit when any command fails
set -euo pipefail
set -e

source /usr/src/upgrade-test-scripts/env_setup.sh

Expand Down
2 changes: 1 addition & 1 deletion proposals/43:upgrade-11/test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
set -euo pipefail
set -e

source /usr/src/upgrade-test-scripts/env_setup.sh

Expand Down
2 changes: 1 addition & 1 deletion proposals/43:upgrade-11/use.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# Exit when any command fails
set -euo pipefail
set -e

source /usr/src/upgrade-test-scripts/env_setup.sh

Expand Down
2 changes: 1 addition & 1 deletion proposals/49:smart-wallet-nft/eval.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# Exit when any command fails
set -euo pipefail
set -e

source /usr/src/upgrade-test-scripts/env_setup.sh

Expand Down
2 changes: 1 addition & 1 deletion proposals/49:smart-wallet-nft/test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
set -euo pipefail
set -e

source /usr/src/upgrade-test-scripts/env_setup.sh

Expand Down
2 changes: 1 addition & 1 deletion proposals/53:kread-start/eval.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# Exit when any command fails
set -euo pipefail
set -e

source /usr/src/upgrade-test-scripts/env_setup.sh

Expand Down
2 changes: 1 addition & 1 deletion proposals/53:kread-start/test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
set -euo pipefail
set -e

# source /usr/src/upgrade-test-scripts/env_setup.sh

Expand Down
2 changes: 1 addition & 1 deletion proposals/53:kread-start/use.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# Exit when any command fails
set -euo pipefail
set -e

# source /usr/src/upgrade-test-scripts/env_setup.sh

Expand Down
2 changes: 1 addition & 1 deletion proposals/55:statom-vaults/eval.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# Exit when any command fails
set -euo pipefail
set -e

source /usr/src/upgrade-test-scripts/env_setup.sh

Expand Down
2 changes: 1 addition & 1 deletion proposals/55:statom-vaults/test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
set -euo pipefail
set -e

# TODO stATOM-USD price feed instance in agoricNames
# TODO manager in vstorage
Expand Down
2 changes: 1 addition & 1 deletion proposals/59:usdc-psm/test.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
set -euo pipefail
set -e
echo check for USDC in psm pairs
agd query vstorage children published.psm.IST | grep USDC
2 changes: 1 addition & 1 deletion proposals/61:lo-bundle-cost/eval.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# Exit when any command fails
set -euo pipefail
set -e

source /usr/src/upgrade-test-scripts/env_setup.sh

Expand Down
2 changes: 1 addition & 1 deletion proposals/61:lo-bundle-cost/test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
set -euo pipefail
set -e

expected=20

Expand Down
2 changes: 1 addition & 1 deletion proposals/63:upgrade-12/test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
set -euo pipefail
set -e
source /usr/src/upgrade-test-scripts/env_setup.sh

yarn ava post.test.js
3 changes: 2 additions & 1 deletion proposals/64:crabble-start/eval.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
#!/bin/bash

# Exit when any command fails
set -euo pipefail
set -e

source /usr/src/upgrade-test-scripts/env_setup.sh

ls -al

# XXX using Ava serial to script the core-eval
yarn ava test-crabble-start.js

2 changes: 1 addition & 1 deletion proposals/64:crabble-start/test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
set -euo pipefail
set -e

# source /usr/src/upgrade-test-scripts/env_setup.sh

Expand Down
2 changes: 1 addition & 1 deletion proposals/64:crabble-start/use.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# Exit when any command fails
set -euo pipefail
set -e

# source /usr/src/upgrade-test-scripts/env_setup.sh

Expand Down
2 changes: 1 addition & 1 deletion proposals/65:upgrade-13/test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
set -euo pipefail
set -e
source /usr/src/upgrade-test-scripts/env_setup.sh

yarn ava post.test.js
2 changes: 1 addition & 1 deletion proposals/71:upgrade-14/test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
set -euo pipefail
set -e
# Place here any test that should be executed using the executed proposal.
# The effects of this step are not persisted in further proposal layers.

Expand Down
2 changes: 1 addition & 1 deletion proposals/71:upgrade-14/use.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
set -euo pipefail
set -e

# Place here any actions that should happen after the upgrade has executed. The
# actions are executed in the upgraded chain software and the effects are
Expand Down
2 changes: 1 addition & 1 deletion proposals/74:upgrade-15/test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
set -euo pipefail
set -e
# Place here any test that should be executed using the executed proposal.
# The effects of this step are not persisted in further proposal layers.

Expand Down
2 changes: 1 addition & 1 deletion proposals/75:upgrade-16/test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
set -euo pipefail
set -e
# Place here any test that should be executed using the executed proposal.
# The effects of this step are not persisted in further proposal layers.

Expand Down
2 changes: 1 addition & 1 deletion proposals/76:vaults-auctions/eval.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
set -euo pipefail
set -e

echo "[$PROPOSAL] Recording the auctioneer instance"
./saveAuctionInstance.js
Expand Down
2 changes: 1 addition & 1 deletion proposals/76:vaults-auctions/test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
set -euo pipefail
set -e
# Place here any test that should be run using the executed proposal.
# The effects of this step are not persisted in further proposal layers.

Expand Down
2 changes: 1 addition & 1 deletion proposals/78:upgrade-17/test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
set -euo pipefail
set -e

# Place here any test that should be executed using the executed proposal.
# The effects of this step are not persisted in further proposal layers.
Expand Down

0 comments on commit adc39aa

Please sign in to comment.