MarketSquare / MarketSquare/robotframework-difflibrary
Diff command outputs against text file
Offen
@vkosuri arbeitet bereits daran.
Seit 21.10.2016.
- Vorherrschende Sprache
- Python
- Sterne
- 26
- Forks
- 15
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
Instead of diffing two text files against each other, I am attempting to diff the output of a command against a text file. The following excerpt from a robot file does not seem to work:
Diff Files <(cat foo.txt) bar.txt
The output of this robot file excerpt is:
test | FAIL |
<(cat foo.txt) doesn't exist
Should this usage work out of the box, or is it necessary to add this functionality?
Thank you!
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Erste Schritte
- Lies das ganze Issue und danach den Beitragsleitfaden des Projekts.
- Schreib ins Issue, dass du es übernimmst — das erspart doppelte Arbeit.
- Forke das Repository und arbeite in einem Branch.
- Öffne einen Pull Request, der die Issue-Nummer nennt.
Bewertung
Dieses Issue wurde noch nicht bewertet.