Skip to content
This repository has been archived by the owner on Oct 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1095 from lembergerth/master
Browse files Browse the repository at this point in the history
Disambiguate tool 'yq'
  • Loading branch information
dbeyer authored May 28, 2020
2 parents 6c4d8bc + 4f37aa1 commit f86649d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get_tasks_for_property.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# This script returns the task definition files for a given coverage property.
# Requires `yq` to be installed.
# Requires `yq` to be installed (https://pypi.org/project/yq/). Tested with version 2.10.
# Usage: ./get_tasks_for_property <PROPERTY_FILE> [BENCHMARK_DIRECTORY]
# Execute from directory `sv-benchmarks/c` or provide directory as a second command-line argument.
# From the returned task definitions, it is possible to get the input files with the following
Expand Down

0 comments on commit f86649d

Please sign in to comment.