Branch: rosetta:commits 「revision: №20634」
Test: mac.clang.python39.integration
SubTest: code_template_tests_src
SubTest files: 「file-system-view」
Daemon: hojo-1    
State: code_template_tests_src

Brief Diff: Files /home/benchmark/working_dir/main:62142/code_template_tests_src/command and /home/benchmark/working_dir/commits:20634/code_template_tests_src/command differ Only in /home/benchmark/working_dir/main:62142/code_template_tests_src: .test_did_not_run.log Only in /home/benchmark/working_dir/commits:20634/code_template_tests_src/test_src/protocols/test_templates: util.cc Only in /home/benchmark/working_dir/commits:20634/code_template_tests_src/test_src/protocols/test_templates: util.hh Files /home/benchmark/working_dir/main:62142/code_template_tests_src/util_log and /home/benchmark/working_dir/commits:20634/code_template_tests_src/util_log differ Full Diff: diff -r '--exclude=command.sh' '--exclude=command.mpi.sh' '--exclude=observers' '--exclude=*.ignore' /home/benchmark/working_dir/main:62142/code_template_tests_src/command /home/benchmark/working_dir/commits:20634/code_template_tests_src/command 121c121 < %(python)s %(template_dir)s/generate_templates.py --test --type util --brief "testing templates" --namespace protocols test_templates >> util_log 2>&1 --- > %(python)s %(template_dir)s/generate_templates.py --test --type util --class_name util --brief "testing templates" --namespace protocols test_templates >> util_log 2>&1 Only in /home/benchmark/working_dir/main:62142/code_template_tests_src: .test_did_not_run.log Only in /home/benchmark/working_dir/commits:20634/code_template_tests_src/test_src/protocols/test_templates: util.cc Only in /home/benchmark/working_dir/commits:20634/code_template_tests_src/test_src/protocols/test_templates: util.hh diff -r '--exclude=command.sh' '--exclude=command.mpi.sh' '--exclude=observers' '--exclude=*.ignore' /home/benchmark/working_dir/main:62142/code_template_tests_src/util_log /home/benchmark/working_dir/commits:20634/code_template_tests_src/util_log 3c3,8 < class_name is necessary. Pass it as an argument. --- > Creating ROSETTA/tests/integration/new/code_template_tests_src/test_src/protocols/test_templates/util.cc > Creating ROSETTA/tests/integration/new/code_template_tests_src/test_src/protocols/test_templates/util.hh > > Remember to add your newly created files to the git repository: > > git add ROSETTA/tests/integration/new/code_template_tests_src/test_src/protocols/test_templates/util*