Skip to content

Commit bf9b0cc

Browse files
Update llvm-krun: removing set -x (#1062)
An unnecessary `set -x` got upstream and is messing up with the CI test's visualization. This PR deletes it.
1 parent 2e36aee commit bf9b0cc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bin/llvm-krun

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/bin/bash
22
set -e
3-
set -x
43

54
params=()
65
pretty=()

0 commit comments

Comments
 (0)