Skip to content

Commit

Permalink
refactor: tidy before finish PR
Browse files Browse the repository at this point in the history
  • Loading branch information
uri-99 committed May 6, 2024
1 parent b089fca commit b67cc1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/integration_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export ANVIL_PID=$!
sleep 3

echo Registering Operator
make operator-full-registration > /dev/null
make operator-full-registration &> /dev/null

echo Starting Aggregator
make aggregator-start > /dev/null &
Expand All @@ -29,11 +29,11 @@ sleep 10

echo "Verifying Tasks sent & accepted"

go test tests/integration_test.go -v
go test tests/verify_test.go -v

echo "DONE"

# if running locally:
## Uncomment if running locally:
# kill ${ANVIL_PID}
# kill ${AGGREGATOR_PID}
# kill ${OPERATOR_PID}
File renamed without changes.

0 comments on commit b67cc1c

Please sign in to comment.