Commit 7e53ce8
[SPARK-54450][FOLLOWUP] Relax the restriction of run-tests
### What changes were proposed in this pull request?
Relax the restriction on `run-tests.py`. Ultimately the tests are executed using a potentially different python under different environment. If we can't find anything, just pass it as it is, instead of stopping users from running it.
### Why are the changes needed?
It might break users' workflow when they have some weird setup. (Completely different python for `run-tests.py` and `bin/pyspark`)
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Maually tested that a non-exist module will be passed to `bin/pyspark`.
### Was this patch authored or co-authored using generative AI tooling?
No
Closes #53292 from gaogaotiantian/relax-run-tests.
Authored-by: Tian Gao <[email protected]>
Signed-off-by: Ruifeng Zheng <[email protected]>1 parent f552989 commit 7e53ce8
1 file changed
+4
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
237 | 237 | | |
238 | 238 | | |
239 | 239 | | |
240 | | - | |
241 | | - | |
242 | | - | |
243 | | - | |
244 | | - | |
| 240 | + | |
| 241 | + | |
245 | 242 | | |
246 | 243 | | |
247 | 244 | | |
| |||
255 | 252 | | |
256 | 253 | | |
257 | 254 | | |
258 | | - | |
259 | | - | |
| 255 | + | |
| 256 | + | |
260 | 257 | | |
261 | 258 | | |
262 | 259 | | |
| |||
0 commit comments