Skip to content

Commit

Permalink
Merge pull request #152 from unitaryfund/path-cli-bugfix
Browse files Browse the repository at this point in the history
fix small_test.sh CLI command to deal with spaces in paths
  • Loading branch information
Misty-W authored Jan 2, 2025
2 parents 729092d + 2c76206 commit 807a57b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/scripts/small_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ mkdir -p "$RESULTS_FOLDER"
QASM_FOLDER="$SCRIPT_DIR/../qasm_circuits/"
full_qasm_file="$QASM_FOLDER/$QASM_FILE"

command="python3 $SCRIPT_DIR/benchmark_script.py \"$full_qasm_file\" \"$COMPILER\" \"$RESULTS_FOLDER\""
command="python3 \"$SCRIPT_DIR/benchmark_script.py\" \"$full_qasm_file\" \"$COMPILER\" \"$RESULTS_FOLDER\""

eval $command

0 comments on commit 807a57b

Please sign in to comment.