Phabricator/TestPlan: Difference between revisions

Jump to navigation Jump to search
Include instructions on diffing the two files in T15
(Adds punctuation to T15)
(Include instructions on diffing the two files in T15)
Line 323: Line 323:
   "storyLimit": 39,
   "storyLimit": 39,
   "after": 6853094612582369220
   "after": 6853094612582369220
}' | arc call-conduit --conduit-uri https://phabricator-dev.allizom.org/ --conduit-token api-rhtfo7yjs7n6rmdjcbmvbluv2bxz feed.for_email.query --
}' | arc call-conduit --conduit-uri https://phabricator-dev.allizom.org/ --conduit-token <your-token> feed.for_email.query -- > output.txt
</syntaxhighlight>
</syntaxhighlight>


====Results====
====Results====
# The output of the last command should entirely match [[Phabricator/TestPlan/ExpectationT15|this payload]].
# Copy the [[Phabricator/TestPlan/ExpectationT15|expected payload]] and put it into a file, such as <code>expected.txt</code>
# Check that the file files are identical:
 
<syntaxhighlight lang="bash">
$ diff output.txt expected.txt
</syntaxhighlight>
 
or on Windows:
 
<syntaxhighlight>
$ fc output.txt expected.txt
</syntaxhighlight>
26

edits

Navigation menu