Skip to content

Commit

Permalink
Fix verification regression
Browse files Browse the repository at this point in the history
  • Loading branch information
vabold committed Apr 9, 2024
1 parent b5698e2 commit 53a89c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/host/System.cc
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ bool KSystem::run() {
}

m_testDirector->writeTestOutput();
return true;
return m_testDirector->sync();
}

const Test::TestDirector *KSystem::testDirector() const {
Expand Down

0 comments on commit 53a89c2

Please sign in to comment.