diff --git a/ACTK1_0/session/SessionManagerTest.cpp b/ACTK1_0/session/SessionManagerTest.cpp index 168d457..fe0935d 100644 --- a/ACTK1_0/session/SessionManagerTest.cpp +++ b/ACTK1_0/session/SessionManagerTest.cpp @@ -15,6 +15,8 @@ #include #include +extern int tkScenario; + using namespace std; static TestEnvironment props; @@ -23,7 +25,10 @@ static TestEnvironment props; void doWork() { - init("etc/toolkit2.conf"); + if (!tkScenario) + init("etc/toolkit2.conf"); + else + scenario(tkScenario); string op("shutdown"); {