fortrangoingonforty/ferp / 0d61ac5

Browse files

show ferp command in addition to grep

Authored by mfwolffe <wolffemf@dukes.jmu.edu>
SHA
0d61ac520f5cdea00b903b0c1f16c4459061f152
Parents
a90aacc
Tree
9305e19

1 changed file

StatusFile+-
M tests/grep_comparison_test.sh 2 1
tests/grep_comparison_test.shmodified
@@ -198,7 +198,8 @@ test_grep_compat() {
198198
     should_run "$name" || return 0
199199
 
200200
     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"
202203
 
203204
     if compare_with_grep "$flags" "$pattern" "$file" "$name"; then
204205
         pass "$name"