Skip to content

Commit

Permalink
EXODUS_FOR: Fix test syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
gdsjaar committed Aug 21, 2024
1 parent 4213c48 commit c6f79c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/seacas/libraries/exodus_for/test/testall.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#! /usr/bin/env bash
# Copyright(C) 1999-2022 National Technology & Engineering Solutions
# Copyright(C) 1999-2022, 2024 National Technology & Engineering Solutions
# of Sandia, LLC (NTESS). Under the terms of Contract DE-NA0003525 with
# NTESS, the U.S. Government retains certain rights in this software.
#
Expand Down Expand Up @@ -111,7 +111,7 @@ ret_status=$((ret_status+${PIPESTATUS[0]}+${PIPESTATUS[3]}))
# test_nem - nemesis routines
echo "test_nem ..."
${PREFIX} ${BINDIR}/f_test_nem${SUFFIX} | ${DIFF} -w - ${SRCDIR}/test_nem.dmp | tee test_nem.res
ret_status=$((ret_status+${PIPESTATUS[0]}+${PIPESTATUS[1}))
ret_status=$((ret_status+${PIPESTATUS[0]}+${PIPESTATUS[1]}))
echo "end test_nem, status = $ret_status" >> test.output

# test partial read/write. Uses 'test.exo' from testwt.
Expand Down

0 comments on commit c6f79c8

Please sign in to comment.