Browse Source

Add test/clean.sh script

Mike Dillon 10 years ago
parent
commit
3942555ab3
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 -q 'librarytest/*' | xargs docker rmi -f