test/rbbt/hpc/test_pbs.rb in rbbt-util-5.42.0 vs test/rbbt/hpc/test_pbs.rb in rbbt-util-5.43.0
- old
+ new
@@ -23,10 +23,10 @@
job = workflow.job(:hello, "TEST", :name => "world")
TmpFile.with_file do |batch_dir|
template = HPC::PBS.job_template(job, :batch_dir => batch_dir, :lua_modules => 'java')
- ppp template
+ assert_include template, "rbbt workflow task TestWorkflow hello"
end
end
def __test_run_job