More detail

This commit is contained in:
Joshua Bussdieker
2012-03-01 22:17:00 -08:00
parent a846b2b613
commit 6c677cf349
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash -e
#!/bin/bash -e -x
. ~/.gvm/scripts/gvm
TEST_OUTPUT=`gvm version`
[ "$TEST_OUTPUT" != "" ]