From a4c12dff831b2fbb27e3a1d7a99d916571135d01 Mon Sep 17 00:00:00 2001 From: Narate Taerat Date: Wed, 6 Mar 2024 10:36:39 -0600 Subject: [PATCH] Run ldmsd in compat-test in background --- .github/workflows/4.3.3-compat-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/4.3.3-compat-test.yaml b/.github/workflows/4.3.3-compat-test.yaml index e2832120a..755ed31a0 100644 --- a/.github/workflows/4.3.3-compat-test.yaml +++ b/.github/workflows/4.3.3-compat-test.yaml @@ -62,7 +62,7 @@ jobs: chmod 755 ldmsd-4.3.3.sh cat > ldmsd-4.sh << EOF . /opt/ovis-4/etc/profile.d/set-ovis-variables.sh - ./ldmsd-4 \$@ + ./ldmsd-4 \$@ & EOF chmod 755 ldmsd-4.sh cat > ldms_ls.sh << EOF