Skip to content

Commit

Permalink
Run ldmsd in compat-test in background
Browse files Browse the repository at this point in the history
  • Loading branch information
narategithub committed Mar 6, 2024
1 parent 90d1563 commit a4c12df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/4.3.3-compat-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a4c12df

Please sign in to comment.