Skip to content

Commit

Permalink
Try to track down why my tests are still failing
Browse files Browse the repository at this point in the history
  • Loading branch information
gcla committed Sep 10, 2020
1 parent 121bd32 commit 2c52c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/simple-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ in_tty() {

wait_for_load() {
rm ~/.cache/termshark/termshark.log > /dev/null 2>&1
tail -F ~/.cache/termshark/termshark.log 2> /dev/null | while [ 1 ] ; do read ; grep "Load operation complete" <<<$REPLY && break ; done
tail -F ~/.cache/termshark/termshark.log 2> /dev/null | while [ 1 ] ; do read ; echo Log: $REPLY 1>&2 ; grep "Load operation complete" <<<$REPLY && break ; done
}

echo UI test 1
Expand Down

0 comments on commit 2c52c9d

Please sign in to comment.