Commit ea2b2e2 1 parent be4ec7e commit ea2b2e2 Copy full SHA for ea2b2e2
File tree 1 file changed +5
-5
lines changed
tools/run_tests/performance
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 16
16
source ~ /.rvm/scripts/rvm
17
17
set -ex
18
18
19
- cd $( dirname $0 ) /../../..
19
+ cd " $( dirname " $0 " ) /../../.."
20
20
21
21
CONFIG=${CONFIG:- opt}
22
22
28
28
# TODO(jtattermusch): not embedding OpenSSL breaks the C# build because
29
29
# grpc_csharp_ext needs OpenSSL embedded and some intermediate files from
30
30
# this build will be reused.
31
- make CONFIG=${CONFIG} EMBED_OPENSSL=true EMBED_ZLIB=true qps_worker qps_json_driver -j8
31
+ make CONFIG=" ${CONFIG} " EMBED_OPENSSL=true EMBED_ZLIB=true qps_worker qps_json_driver -j8
32
32
fi
33
33
34
34
PHP_ALREADY_BUILT=" "
35
- for language in $@
35
+ for language in " $@ "
36
36
do
37
37
case " $language " in
38
38
" c++" )
53
53
fi
54
54
;;
55
55
" csharp" )
56
- python tools/run_tests/run_tests.py -l $language -c $CONFIG --build_only -j 8 --compiler coreclr
56
+ python tools/run_tests/run_tests.py -l " $language " -c " $CONFIG " --build_only -j 8 --compiler coreclr
57
57
;;
58
58
* )
59
- python tools/run_tests/run_tests.py -l $language -c $CONFIG --build_only -j 8
59
+ python tools/run_tests/run_tests.py -l " $language " -c " $CONFIG " --build_only -j 8
60
60
;;
61
61
esac
62
62
done
You can’t perform that action at this time.
0 commit comments