Skip to content

Commit

Permalink
adds accept-tohex-diamond.sh to ref acceptance
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Park authored and Mike Park committed Sep 13, 2022
1 parent 005295f commit 8b2dc12
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions acceptance/ref.sh
Original file line number Diff line number Diff line change
Expand Up @@ -603,6 +603,12 @@ cd ${source_dir}/acceptance/oct/s2s
( ./accept-oct-s2s.sh ${egads_dir} > $LOG 2>&1 || touch FAILED ) &
trap - EXIT

LOG=${root_dir}/log.accept-tohex-diamond
trap "cat $LOG" EXIT
cd ${source_dir}/acceptance/tohex/diamond
( ./accept-tohex-diamond.sh ${egads_dir} > $LOG 2>&1 || touch FAILED ) &
trap - EXIT

wait

# 2 procs
Expand Down

0 comments on commit 8b2dc12

Please sign in to comment.