We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a098ed7 commit 8a69a1dCopy full SHA for 8a69a1d
BuildAndTest.sh.in
@@ -22,7 +22,7 @@ while [ "${1:-}" != "" ]; do
22
;;
23
"--track")
24
shift
25
- test_track="--track $1"
+ test_track="--track \"$1\""
26
27
esac
28
0 commit comments