Skip to content

Commit 50fa0d3

Browse files
committed
Add ./utils/swift_build_support/test_swift_build_support.sh to test swift_build_support.
I always forget the exact python invocation to run this test and I am sure others do as well... so why not just write a script that always remembers it?
1 parent 26d8a9f commit 50fa0d3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/bin/bash
2+
3+
set -e
4+
5+
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
6+
7+
python -m unittest discover -s $DIR
8+
9+
set +e
10+

0 commit comments

Comments
 (0)