Skip to content

Commit

Permalink
Merge pull request #90 from johodges/dev
Browse files Browse the repository at this point in the history
add obst cases back to verification.
  • Loading branch information
johodges committed Sep 9, 2023
2 parents eef5eb1 + 69a2f1d commit 62d70f1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion verification/tests/golden_gate/scripts/test_obst.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ RENDERDOUBLEONCE
EOF

fds "$CHID.fds"
#smokeview -runscript "$CHID"
smokeview -runscript "$CHID"

# Compare images with baseline FIXME
bash ../../../scripts/compare_images.sh $BASE_DIR $NEW_DIR $DIFF_DIR $CHID 0.025 2>&1 | tee -a $LOG_FILE
Expand Down
2 changes: 1 addition & 1 deletion verification/tests/golden_gate/scripts/test_obst_min.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ RENDERDOUBLEONCE
EOF

fds "$CHID.fds"
#smokeview -runscript "$CHID"
smokeview -runscript "$CHID"

# Compare images with baseline FIXME
bash ../../../scripts/compare_images.sh $BASE_DIR $NEW_DIR $DIFF_DIR $CHID 0.025 2>&1 | tee -a $LOG_FILE
Expand Down
2 changes: 1 addition & 1 deletion verification/tests/golden_gate_remote/scripts/test_obst.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ RENDERDOUBLEONCE
EOF

fds "$CHID.fds"
#smokeview -runscript "$CHID"
smokeview -runscript "$CHID"

# Compare images with baseline FIXME
bash ../../../scripts/compare_images.sh $BASE_DIR $NEW_DIR $DIFF_DIR $CHID 0.025 2>&1 | tee -a $LOG_FILE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ RENDERDOUBLEONCE
EOF

fds "$CHID.fds"
#smokeview -runscript "$CHID"
smokeview -runscript "$CHID"

# Compare images with baseline FIXME
bash ../../../scripts/compare_images.sh $BASE_DIR $NEW_DIR $DIFF_DIR $CHID 0.025 2>&1 | tee -a $LOG_FILE
Expand Down

0 comments on commit 62d70f1

Please sign in to comment.