Skip to content

Commit

Permalink
Slurm doesn't have a public method for determining the default config
Browse files Browse the repository at this point in the history
path or checking it without invoking the parsing function that will wait
60 seconds for the config to exist. Skip functional tests in make
distcheck when running autodist by setting SLURM_CONF=/dev/null because
the functional tests won't work there anyway.
  • Loading branch information
natefoo committed Mar 20, 2019
1 parent eafff97 commit 665d5b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autodist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ if [ "${PACKAGE_VERSION}" != "${PACKAGE_RELEASE}" ]; then
fi
make dist
DISTCHECK_CONFIGURE_FLAGS="CFLAGS='-I../../../../drmaa_utils -I../../..'" make distcheck
SLURM_CONF=/dev/null DISTCHECK_CONFIGURE_FLAGS="CFLAGS='-I../../../../drmaa_utils -I../../..'" make distcheck
EOF

docker build -t $dimg $dctx
Expand Down

0 comments on commit 665d5b5

Please sign in to comment.