From 69890cab1eb4e44a2ecfdaa3b62e9eb7f2e43000f5e630be5f2cc5ebbaf241e3 Mon Sep 17 00:00:00 2001 From: Egbert Eich Date: Fri, 15 Jul 2022 07:13:32 +0000 Subject: [PATCH] Accepting request 989256 from home:eeich:branches:network:cluster - Improve check for mpicc in testsuite package: if binary isn't found, don't crash. OBS-URL: https://build.opensuse.org/request/show/989256 OBS-URL: https://build.opensuse.org/package/show/network:cluster/slurm?expand=0&rev=210 --- slurm.changes | 6 ++++++ slurm.spec | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/slurm.changes b/slurm.changes index 7193a6d..8517e10 100644 --- a/slurm.changes +++ b/slurm.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jul 14 15:20:46 UTC 2022 - Egbert Eich + +- Improve check for mpicc in testsuite package: if binary isn't + found, don't crash. + ------------------------------------------------------------------- Mon Jun 20 09:23:17 UTC 2022 - Christian Goll diff --git a/slurm.spec b/slurm.spec index 870aa38..dc231c2 100644 --- a/slurm.spec +++ b/slurm.spec @@ -864,7 +864,9 @@ cat > %{buildroot}/srv/slurm-testsuite/testsuite/expect/globals.local </dev/null ]}]} { + set mpicc "" +} set testsuite_user "auser" #set testsuite_cleanup_on_failure false EOF