We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d636051 commit 04b8430Copy full SHA for 04b8430
t/Makefile.am
@@ -31,7 +31,7 @@ endif
31
32
TESTS_ENVIRONMENT = top_srcdir=$(abs_top_srcdir); export top_srcdir;\
33
export skip_mpi=$(skip_MPI); \
34
- export skip_xarray=$(skipflag); \
+ export skipflag=$(skipflag); \
35
for d in $$( find $(abs_top_builddir)/postprocessing $(abs_top_builddir)/tools -mindepth 1 -not -path '*/\.*' -type d ); do \
36
PATH="$$d"'$(PATH_SEPARATOR)'"$$PATH"; \
37
done;
t/Test34-timavg.sh
@@ -23,7 +23,7 @@
23
load test_utils
24
25
@test "Test timavg" {
26
-if [ -z "$skip_mpi" ]; then
+if [ -z "$skipflag" ]; then
27
cat <<_EOF > instantaneous.nml
28
&input
29
file_names(1) = 'timavg_instantaneous_in.nc' ,
0 commit comments