Skip to content

Commit

Permalink
add script to update verification figures.
Browse files Browse the repository at this point in the history
  • Loading branch information
johodges committed Aug 17, 2023
1 parent a4b2328 commit ea3acf1
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions verification/update_verification_images.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
#!/bin/bash
#BASE_DIR=../../qgis2fds.figures/baseline
#NEW_DIR=tests/test_out
#
#cd tests
#for TEST_NAME in *;
#do
# if [ -d "${TEST_NAME}" ]; then
# echo "${TEST_NAME}/output/*_s*.png"
# echo "../${BASE_DIR:5}/TEST_NAME/"
# cp ${TEST_NAME}/output/*_s*.png ../${BASE_DIR}/${TEST_NAME:5}/
# fi
#done
cp tests/test_*/output/cern_meyrin_geom*_s*.png ../../qgis2fds.figures/baseline/cern_meyrin_geom/
cp tests/test_*/output/cern_meyrin_obst*_s*.png ../../qgis2fds.figures/baseline/cern_meyrin_obst/
cp tests/test_*/output/golden_gate_local_geom*_s*.png ../../qgis2fds.figures/baseline/golden_gate_local_geom/
cp tests/test_*/output/golden_gate_local_obst*_s*.png ../../qgis2fds.figures/baseline/golden_gate_local_obst/
cp tests/test_*/output/golden_gate_remote_geom*_s*.png ../../qgis2fds.figures/baseline/golden_gate_remote_geom/
cp tests/test_*/output/golden_gate_remote_obst*_s*.png ../../qgis2fds.figures/baseline/golden_gate_remote_obst/

0 comments on commit ea3acf1

Please sign in to comment.