File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ error() { printf -- "** ERROR: %s\n" "$*" >&2; }
20
20
fatal () { error " $@ " ; exit 1; }
21
21
22
22
here=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
23
- tests_directory=" ${PLUGIN_TESTS_OUTPUT_DIRECTORY:= $(mktemp -d -t grpc-swift-protobuf-plugin-tests )} "
23
+ tests_directory=" ${PLUGIN_TESTS_OUTPUT_DIRECTORY:= $(mktemp -d)} "
24
24
25
25
PLUGIN_TESTS_OUTPUT_DIRECTORY=" $tests_directory " " $here /setup-plugin-tests.sh"
26
26
PLUGIN_TESTS_DIRECTORY=" $tests_directory " " $here /execute-plugin-tests.sh"
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ log() { printf -- "** %s\n" "$*" >&2; }
19
19
error () { printf -- " ** ERROR: %s\n" " $* " >&2 ; }
20
20
fatal () { error " $@ " ; exit 1; }
21
21
22
- output_directory=" ${PLUGIN_TESTS_OUTPUT_DIRECTORY:= $(mktemp -d -t grpc-swift-protobuf-plugin-tests )} "
22
+ output_directory=" ${PLUGIN_TESTS_OUTPUT_DIRECTORY:= $(mktemp -d)} "
23
23
24
24
here=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
25
25
grpc_swift_protobuf_directory=" $( readlink -f " ${here} /.." ) "
26
26
resources_directory=" $( readlink -f " ${grpc_swift_protobuf_directory} /IntegrationTests/PluginTests/Resources" ) "
27
- scratch_directory=" $( mktemp -d -t grpc-swift-protobuf-plugin-tests-scratch ) "
27
+ scratch_directory=" $( mktemp -d) "
28
28
29
29
echo " Output directory: $output_directory "
30
30
echo " grpc-swift-protobuf directory: $grpc_swift_protobuf_directory "
You can’t perform that action at this time.
0 commit comments