Skip to content

Commit a36f49d

Browse files
committed
add set -eux to sbtBootstrappedTests
1 parent e32d238 commit a36f49d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

project/scripts/sbtBootstrappedTests

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env bash
22

3+
set -eux
4+
35
# check that benchmarks can run
46
./project/scripts/sbt "dotty-bench-bootstrapped/jmh:run 1 1 tests/pos/alias.scala"
57

0 commit comments

Comments
 (0)