Skip to content

Commit

Permalink
Making test more verbose.
Browse files Browse the repository at this point in the history
  • Loading branch information
robotrapta committed Feb 5, 2024
1 parent 3f145d8 commit 1bce6f7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/qemu-based.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,15 @@ jobs:
IMAGE_BASE_PATH=$HOME/work/groundlight-pi-gen/groundlight-pi-gen/deploy
./rpistart.sh -i $IMAGE_BASE_PATH/image_*-GroundlightPi-sdk-only-qemu.img &
set -ex # see what's happening
# give the emulator some time to start
sleep 50
# Copy the test script
sshpass -p "raspberry" scp -P 2222 tests/test_build_works.py pi@localhost:/home/pi
sshpass -v -p "raspberry" scp -v -P 2222 tests/test_build_works.py pi@localhost:/home/pi
# SSH into it
sshpass -p "raspberry" ssh -l pi localhost -p 2222
sshpass -v -p "raspberry" ssh -v -l pi localhost -p 2222
python test_build_works.py

0 comments on commit 1bce6f7

Please sign in to comment.