~akiban-technologies/akiban-persistit/blog-posts

« back to all changes in this revision

Viewing changes to src/test/java/com/persistit/stress/StartStop.java

merge pbeaman: Add support for running a sequence of suites.

https://code.launchpad.net/~pbeaman/akiban-persistit/fix_nightly_stress_tests/+merge/110148

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
        new StartStop(args).runTest();
36
36
    }
37
37
 
38
 
    private StartStop(final String[] args) {
 
38
    public StartStop(final String[] args) {
39
39
        super(name(), args);
40
40
    }
41
41