Skip to content
Snippets Groups Projects
Commit 675b54db authored by Marcel Loose's avatar Marcel Loose :sunglasses:
Browse files

Task #8571: The three python tests in LCS/Messaging need a login shell,...

Task #8571: The three python tests in LCS/Messaging need a login shell, otherwise the files in /etc/profile.d/ are not sourced and qpid-config cannot be found.
parent 1576efee
No related branches found
No related tags found
No related merge requests found
#!/bin/sh -e
#!/bin/sh -le
#cleanup on normal exit and on SIGHUP, SIGINT, SIGQUIT, and SIGTERM
trap 'qpid-config del exchange --force $queue' 0 1 2 3 15
......
#!/bin/sh -e
#!/bin/sh -le
# Cleanup on normal exit and on SIGHUP, SIGINT, SIGQUIT, and SIGTERM
trap 'qpid-config del queue --force $queue' 0 1 2 3 15
......
#!/bin/sh -e
#!/bin/sh -le
# Run the unit test
# either with or without code coverage measurements,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment