Skip to content

Commit

Permalink
corretto-11-bin: ptest remove gg
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-roos authored Dec 24, 2024
1 parent d54e829 commit 7633c74
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions recipes-devtools/amazon-corretto/corretto-11-bin/run-ptest
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,3 @@ if [ $RETVAL -eq 0 ] ; then
else
echo "FAIL: corretto-11-bin startup test"
fi

cd /greengrass/v2/alts/current/distro/bin
chmod 755 loader
./loader 2>&1 > test.log &
sleep 30
grep "Launched Nucleus successfully" test.log

RETVAL=$?
if [ $RETVAL -eq 0 ] ; then
echo "PASS: corretto-11-bin -> greengrass-bin startup test"
else
echo "FAIL: corretto-11-bin -> greengrass-bin startup test"
fi

0 comments on commit 7633c74

Please sign in to comment.