Skip to content

Commit

Permalink
annoying typo
Browse files Browse the repository at this point in the history
  • Loading branch information
grg-haas committed Jun 18, 2024
1 parent 25add66 commit eec763b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/plat/generic/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ chmod 600 "build-generic$KEYSTONE_BITS/buildroot.build/target/root/.ssh/id-rsa"
# Launch QEMU
export KEYSTONE_PLATFORM="generic"
export QEMU_PORT=$(( RANDOM + 1024 ))
export LD_LIBDRARY_PATH="build-generic$KEYSTONE_BITS/buildroot.build/host/lib"
export LD_LIBRARY_PATH="build-generic$KEYSTONE_BITS/buildroot.build/host/lib"
screen -L -dmS qemu bash -c "make run 2>&1 | tee $LOGFILE"

# TODO: check for connectivity instead of sleeping
Expand Down

0 comments on commit eec763b

Please sign in to comment.