Browse Source

Merge pull request #639 from md5/test-clean-sh

Add test/clean.sh script
yosifkit 10 years ago
parent
commit
151b5960a3
1 changed files with 4 additions and 0 deletions
  1. 4 0
      test/clean.sh

+ 4 - 0
test/clean.sh

@@ -0,0 +1,4 @@
+#!/bin/bash
+set -e
+
+docker images 'librarytest/*' | awk 'NR>1 { print $1":"$2 }' | xargs -r docker rmi