Changeset 283357 in webkit
- Timestamp:
- Sep 30, 2021, 9:14:53 PM (5 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
TestWebKitAPI/Tests/WebKitCocoa/EventAttribution.mm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r283329 r283357 1 2021-09-30 Alex Christensen <achristensen@webkit.org> 2 3 Stop making a file named null when running API tests 4 https://bugs.webkit.org/show_bug.cgi?id=230191 5 6 r283298 did the trick, but I need to pipe stderr to /dev/null instead of null 7 8 * TestWebKitAPI/Tests/WebKitCocoa/EventAttribution.mm: 9 (TestWebKitAPI::TEST): 10 1 11 2021-09-30 Fujii Hironori <Hironori.Fujii@sony.com> 2 12 -
trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/EventAttribution.mm
r283316 r283357 455 455 EXPECT_NULL(error); 456 456 457 system("killall AdAttributionDaemon -9 2> null");457 system("killall AdAttributionDaemon -9 2> /dev/null"); 458 458 459 459 auto plist = testDaemonPList(tempDir);
Note:
See TracChangeset
for help on using the changeset viewer.