-
Notifications
You must be signed in to change notification settings - Fork 65
Modifying the chef tests
Cameron Smith edited this page Jul 10, 2016
·
6 revisions
- starting with a clean
meshes
directory - edit the
.inp
files as needed inmeshes
cp -r meshes modified-inp
- run the test
- if all tests pass then
rm -rf meshes
cp -r modified-inp meshes
tar czf pumi_test_meshes.tar.gz meshes
- upload the tarball
- if a mesh comparison test fails
- check if the newly generated mesh is correct
cp -r meshes meshes_working
cp -r modified-inp meshes
- copy the newly generated mesh to
meshes/phasta/path/to/test/good_mesh
cp -r meshes modified-inp-and-mesh
- goto 4