aboutsummaryrefslogtreecommitdiff
path: root/jdk8-jcstress-test-persist-results.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'jdk8-jcstress-test-persist-results.yaml')
-rw-r--r--jdk8-jcstress-test-persist-results.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/jdk8-jcstress-test-persist-results.yaml b/jdk8-jcstress-test-persist-results.yaml
index 59120f380b..432aea8f8a 100644
--- a/jdk8-jcstress-test-persist-results.yaml
+++ b/jdk8-jcstress-test-persist-results.yaml
@@ -69,6 +69,8 @@
JCSTRESS_RESULTS_DIR=$PERSIST/jcstress-results
RESULTS_CSV=${JCSTRESS_RESULTS_DIR}/results.csv
+ mkdir -p $JCSTRESS_RESULTS_DIR
+
# Tolerate missing results.csv file.
if [ ! -f $RESULTS_CSV ]; then
touch $RESULTS_CSV