Skip to content

Commit

Permalink
Log stdout utilities installation
Browse files Browse the repository at this point in the history
  • Loading branch information
gcotelli committed Aug 2, 2023
1 parent 542623f commit e35e2df
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions source/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ readonly SYSTEM_USER_PASSWORD="${GS64_CI_SYSTEM_USER_PASSWORD:-swordfish}"

echo "Running ${PROJECT_NAME} tests..."

touch "${GEMSTONE_LOG_DIR}/running-tests.log"

echo "Installing stdout printer"

topaz -i -q <<EOF >> /dev/null
topaz -i -q <<EOF > "${GEMSTONE_LOG_DIR}/installing-stdout-support.log"
set gemstone gs64stone user SystemUser pass ${SYSTEM_USER_PASSWORD}
iferror exit 1
login
Expand All @@ -20,7 +22,6 @@ exit 0
EOF

echo "Running test suite"
touch "${GEMSTONE_LOG_DIR}/running-tests.log"

topaz -i -q <<EOF > "${GEMSTONE_LOG_DIR}/running-tests.log"
set gemstone gs64stone user SystemUser pass ${SYSTEM_USER_PASSWORD}
Expand Down

0 comments on commit e35e2df

Please sign in to comment.