Skip to content

Commit e32d238

Browse files
authored
address review: add set -eux
1 parent 90a5ede commit e32d238

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

project/scripts/cmdTests

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/jmh:run 1 1 tests/pos/alias.scala"
57

0 commit comments

Comments
 (0)