aboutsummaryrefslogtreecommitdiff
path: root/test/utils.bash
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2013-10-20 21:55:01 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2013-10-20 22:01:26 +0200
commit989edff55111db3b457c9e04f3abf296e6ac555c (patch)
treeeb9bf0b99b7ed10a05c90a597d57e5c0e543c36d /test/utils.bash
parenta6ad0dd211ba4a394d70dd13d3375118b6e5f27a (diff)
downloadapp.sh-989edff55111db3b457c9e04f3abf296e6ac555c.tar.gz
app.sh-989edff55111db3b457c9e04f3abf296e6ac555c.tar.bz2
app.sh-989edff55111db3b457c9e04f3abf296e6ac555c.tar.xz
app.sh-989edff55111db3b457c9e04f3abf296e6ac555c.zip
o Getting "upgrade" to work with non-SNAPSHOT versions too.
o Removing maven.version. o Documenting(!) the different configuration keys and what they mean.
Diffstat (limited to 'test/utils.bash')
-rw-r--r--test/utils.bash5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/utils.bash b/test/utils.bash
index 88dd889..f767d90 100644
--- a/test/utils.bash
+++ b/test/utils.bash
@@ -172,8 +172,7 @@ match() {
return 0
fi
- echo "Assertion failed: $ex =~ $a"
- echo "Expected: $e"
- echo "Actual: $a"
+ echo "Match failed: $ex =~ $regex"
+ echo "Value: $a"
exit 1
}