I would like the commands in Test to execute sequentially, terminating upon 
completion.  I tried the following, no such luck.
Any suggestions to what I should be doing?

Thanks,

---------------------
Test extends Sequence {

        projectDir TBD;

        installDrivers extends InstallOG {
                destDir "c:/temp";
        }

        perf-test extends WinNTShellScript {
                workDir PARENT:projectDir;
                processName  "ant";
                cmd           ["ant -f sceptre-build.xml test-amit-perf"];
                shouldTerminate true;
        }

}


sfConfig extends Compound {
        sfSyncTerminate true;

        test extends Test {
                projectDir "C:/temp";
        }
        
}

----------------------------------------



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Smartfrog-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/smartfrog-users

Reply via email to