summaryrefslogtreecommitdiff
path: root/testing/library.yarn
diff options
context:
space:
mode:
Diffstat (limited to 'testing/library.yarn')
-rw-r--r--testing/library.yarn7
1 files changed, 7 insertions, 0 deletions
diff --git a/testing/library.yarn b/testing/library.yarn
index 7db33de..b277777 100644
--- a/testing/library.yarn
+++ b/testing/library.yarn
@@ -180,6 +180,13 @@ Admin repo manipulation
$GTT rungit $MATCH_1 $MATCH_3 commit --allow-empty -m "Make an empty commit"
$GTT push $MATCH_1 $MATCH_2 $MATCH_3 gitano-admin.git > $DATADIR/stdout 2>$DATADIR/stderr
+ IMPLEMENTS WHEN ([a-z][a-z0-9]*) applies ([^ ]+) in ([^ ]+)
+ $GTT rungit $MATCH_1 $MATCH_3 apply --cached - <"testing/content-patches/$MATCH_2" \
+ >$DATADIR/stdout 2>$DATADIR/stderr
+ $GTT rungit $MATCH_1 $MATCH_3 commit --allow-empty -m "Apply $MATCH_2 content change" \
+ >>$DATADIR/stdout 2>>$DATADIR/stderr
+
+
Specific commands
-----------------