Skip to content

Commit e7653fc

Browse files
authored
fix dir creation failure
1 parent 9aeb1b9 commit e7653fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/scripts/cmdTests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ fi
7878

7979
# check that `dotc` compiles and `dotr` runs it
8080
echo "testing ./bin/dotc and ./bin/dotr"
81-
mkdir out/scriptedtest0
81+
mkdir -p out/scriptedtest0
8282
./bin/dotc tests/pos/sbtDotrTest.scala -d out/scriptedtest0
8383
./bin/dotr -classpath out/scriptedtest0 dotrtest.Test
8484

0 commit comments

Comments
 (0)