def run(**kwargs):
    arguments = ['time/ncycle_out=0', 'time/nlim=80']
    athena.run('mhd/athinput.test_outputs', arguments)
    arguments = ['time/ncycle_out=0', 'time/nlim=330']
    athena.restart('TestOutputs.00001.rst', arguments)
    arguments = ['time/ncycle_out=0', 'time/nlim=-1']
    athena.restart('TestOutputs.00004.rst', arguments)
def run(**kwargs):
    args = {'time/tlim': '0', 'output2/file_type': 'rst'}
    for n in _nscalars:
        move(_exec + '_' + str(n), _exec)
        os.system('mv obj_' + str(n) + ' obj')
        athena.run('hydro/athinput.sod', [i + '=' + args[i] for i in args],
                   lcov_test_suffix=str(n))
        athena.restart('Sod.00000.rst', [i + '=' + args[i] for i in args])
        os.system('rm -rf obj')
    return 'skip_lcov'