Skip to content

Commit

Permalink
fix small_test.sh CLI command to deal with spaces in paths
Browse files Browse the repository at this point in the history
  • Loading branch information
willzeng committed Jan 1, 2025
1 parent 729092d commit 2812daf
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 2812daf

Please sign in to comment.