#!/bin/sh -e
sed 's/cargo test/pipetty cargo test/' /usr/share/cargo/bin/cargo-auto-test > debian/cargo-auto-test-hacked
chmod 755 debian/cargo-auto-test-hacked
debian/cargo-auto-test-hacked $@
