Skip to content

Commit 04b8430

Browse files
committed
fix typo
1 parent d636051 commit 04b8430

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

t/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ endif
3131

3232
TESTS_ENVIRONMENT = top_srcdir=$(abs_top_srcdir); export top_srcdir;\
3333
export skip_mpi=$(skip_MPI); \
34-
export skip_xarray=$(skipflag); \
34+
export skipflag=$(skipflag); \
3535
for d in $$( find $(abs_top_builddir)/postprocessing $(abs_top_builddir)/tools -mindepth 1 -not -path '*/\.*' -type d ); do \
3636
PATH="$$d"'$(PATH_SEPARATOR)'"$$PATH"; \
3737
done;

t/Test34-timavg.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
load test_utils
2424

2525
@test "Test timavg" {
26-
if [ -z "$skip_mpi" ]; then
26+
if [ -z "$skipflag" ]; then
2727
cat <<_EOF > instantaneous.nml
2828
&input
2929
file_names(1) = 'timavg_instantaneous_in.nc' ,

0 commit comments

Comments
 (0)