Skip to content
This repository was archived by the owner on May 5, 2020. It is now read-only.

Commit a81406e

Browse files
committed
Ensure temporary files are cleaned up
1 parent faaced5 commit a81406e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ docker run \
5050

5151
# Clean up
5252
docker network rm ${NETWORK}
53-
#rm -rf ${TEMP_DIR}
53+
rm -rf ${TEMP_DIR}

0 commit comments

Comments
 (0)