-
Notifications
You must be signed in to change notification settings - Fork 571
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i#2845: fix racy nudge_test test output (#2846)
Fixes the nudge_test output to not have two "done" message that result in a race in runall.cmake. Issue: #1309 Fixes #2845
- Loading branch information
1 parent
b726e89
commit 4b2eec1
Showing
2 changed files
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
thank you for testing the client interface | ||
nudge delivered 10 | ||
nudge delivered 11 | ||
#ifdef WINDOWS | ||
MessageBox closed | ||
#endif | ||
done |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters