We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 377eb6f commit 52578eaCopy full SHA for 52578ea
Utilities/swift-ci-perf-tests.sh
@@ -3,6 +3,6 @@
3
set -euo pipefail
4
5
__dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
6
-cd ${__dir}/..
+cd "${__dir}"/..
7
8
swift test -c release --filter Perf
0 commit comments