mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
properly delete temp config files in rtp tests
This commit is contained in:
parent
1d23b50ae2
commit
8142944b39
2 changed files with 2 additions and 2 deletions
|
@ -128,7 +128,7 @@ villas-pipe ${CONFIG_FILE_SRC} rtp_node > ${OUTPUT_FILE}
|
|||
villas-test-cmp ${CMPFLAGS} ${INPUT_FILE} ${OUTPUT_FILE}
|
||||
RC=$?
|
||||
|
||||
rm ${OUTPUT_FILE} ${INPUT_FILE} ${CONFIG_FILE}
|
||||
rm ${OUTPUT_FILE} ${INPUT_FILE} ${CONFIG_FILE_SRC} ${CONFIG_FILE_DEST}
|
||||
|
||||
kill $PID
|
||||
|
||||
|
|
|
@ -134,7 +134,7 @@ villas-pipe ${CONFIG_FILE_SRC} rtp_node > ${OUTPUT_FILE}
|
|||
villas-test-cmp ${CMPFLAGS} ${INPUT_FILE} ${OUTPUT_FILE}
|
||||
RC=$?
|
||||
|
||||
rm ${OUTPUT_FILE} ${INPUT_FILE} ${CONFIG_FILE}
|
||||
rm ${OUTPUT_FILE} ${INPUT_FILE} ${CONFIG_FILE_SRC} ${CONFIG_FILE_DEST}
|
||||
|
||||
kill $PID
|
||||
exit $RC
|
||||
|
|
Loading…
Add table
Reference in a new issue