Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1a5fca60 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "supplicant(vts): Restart supplicant after all the test"

parents d2e56e35 1a424095
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -25,8 +25,7 @@ class SupplicantHidlEnvironment : public ::testing::Environment {
    virtual void SetUp() override {
        stopSupplicant();
    }
    virtual void TearDown() override {
    }
    virtual void TearDown() override { startSupplicantAndWaitForHidlService(); }
};

int main(int argc, char** argv) {
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
class SupplicantHidlEnvironment : public ::testing::Environment {
   public:
    virtual void SetUp() override { stopSupplicant(); }
    virtual void TearDown() override {}
    virtual void TearDown() override { startSupplicantAndWaitForHidlService(); }
};

int main(int argc, char** argv) {