Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
chore: reduce docker test logs
Browse files Browse the repository at this point in the history
  • Loading branch information
ducphamle2 committed Jul 8, 2024
1 parent da7bf39 commit 433731b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion orai/scripts/e2e-docker-upgrade.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
set -ux
set -u

# setup the network using the old binary

Expand Down
2 changes: 1 addition & 1 deletion orai/scripts/multinode-docker.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
set -ux
set -u

# # always returns true so set -e doesn't exit if it is not running.
rm -rf $PWD/.oraid/
Expand Down
1 change: 0 additions & 1 deletion orai/scripts/tests-0.42.1/test-gasless-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ HIDE_LOGS="/dev/null"

# prepare a new contract for gasless
store_ret=`$validator1_command "oraid tx wasm store $WASM_PATH --from validator1 --home $NODE_HOME $ARGS --output json"`
echo "store ret: $store_ret"
code_id=$(echo $store_ret | jq -r '.logs[0].events[1].attributes[] | select(.key | contains("code_id")).value')
$validator1_command "oraid tx wasm instantiate $code_id \"{}\" --label 'testing' --from validator1 --home $NODE_HOME -b block --no-admin $ARGS > $HIDE_LOGS"
contract_address_res=`$validator1_command "oraid query wasm list-contract-by-code $code_id --output json | jq -r '.contracts[0]'"`
Expand Down

0 comments on commit 433731b

Please sign in to comment.