Skip to content

Commit

Permalink
Add more possible left-over shared memory segment keys.
Browse files Browse the repository at this point in the history
  • Loading branch information
BsAtHome committed Feb 12, 2025
1 parent f8bea69 commit 9e965e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/runtests.in
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ run_test() {
esac
}

SHMEM_KEY=( "0x00000064" "0x48414c32" "0x130cf406" "0x434c522b" )
SHMEM_USE=( "Emc motion" "Hal" "Hal scope" "Classicladder" )
SHMEM_KEY=( "0x00000064" "0x48414c32" "0x48484c34" "0x90280a48" "0x130cf406" "0x434c522b" )
SHMEM_USE=( "Emc motion" "Hal" "UUID" "Rtapi" "Hal scope" "Classicladder" )
test_shmem() {
# Test if there are any shared memory segments left. These will
# interfere with performing tests as we cannot be assured of a clean
Expand Down

0 comments on commit 9e965e3

Please sign in to comment.