Skip to content

Commit c7a2558

Browse files
committed
add warning to source-build-check.sh to warn humans away from running it
1 parent 031793f commit c7a2558

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/source-build-check.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#!/bin/bash
22
# Verify that tests can be successfully run from the source build.
3+
#
4+
#NOTE: Humans should not run this file directly. If you want to run this check, use the
5+
# tox to run the "sourcebuildcheck" test environment.
6+
37
WORKINGDIR=$1
48
DISTDIR=$2
59

0 commit comments

Comments
 (0)