Skip to content

Commit

Permalink
add tests for quoted commands fix
Browse files Browse the repository at this point in the history
Signed-off-by: kwakubiney <[email protected]>
  • Loading branch information
kwakubiney committed Jan 19, 2025
1 parent f8e0d06 commit 17a4a54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions evaluation/tests/quoted_cmd.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
"cat" "$0" | "tr" "A-Z" "a-z"
1 change: 1 addition & 0 deletions evaluation/tests/test_evaluation_scripts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ pipeline_microbenchmarks=(
tr-test # Tests all possible behaviors of tr that exist in our evaluation
grep-test # Tests some interesting grep invocations
ann-agg # Tests custom aggregators in annotations
quoted_cmd # Tests whether PaSh can parallelize quoted commands
# # # # micro_1000 # Not being run anymore, as it is very slow. Tests whether the compiler is fast enough. It is a huge pipeline without any computation.
)

Expand Down

0 comments on commit 17a4a54

Please sign in to comment.