show ferp command in addition to grep
Authored by
mfwolffe <wolffemf@dukes.jmu.edu>
- SHA
0d61ac520f5cdea00b903b0c1f16c4459061f152- Parents
-
a90aacc - Tree
9305e19
0d61ac5
0d61ac520f5cdea00b903b0c1f16c4459061f152a90aacc
9305e19| Status | File | + | - |
|---|---|---|---|
| M |
tests/grep_comparison_test.sh
|
2 | 1 |
tests/grep_comparison_test.shmodified@@ -198,7 +198,8 @@ test_grep_compat() { | ||
| 198 | 198 | should_run "$name" || return 0 |
| 199 | 199 | |
| 200 | 200 | log "${CYAN}Testing:${NC} $name" |
| 201 | - log " Command: grep $flags '$pattern' $file" | |
| 201 | + log " grep: grep $flags -- '$pattern' $file" | |
| 202 | + log " ferp: $FERP $flags -- '$pattern' $file" | |
| 202 | 203 | |
| 203 | 204 | if compare_with_grep "$flags" "$pattern" "$file" "$name"; then |
| 204 | 205 | pass "$name" |