mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-29 10:31:14 -03:00
Use -S when invoking Python for littlecheck
This prevents needless imports. It speeds up the test time by ~2 seconds.
This commit is contained in:
@@ -75,7 +75,7 @@ function test_littlecheck_file
|
||||
set -l file $argv[1]
|
||||
echo -n "Testing file $file ... "
|
||||
set starttime (timestamp)
|
||||
$python ../littlecheck.py \
|
||||
$python -S ../littlecheck.py \
|
||||
-s fish=../test/root/bin/fish \
|
||||
-s fish_test_helper=../test/root/bin/fish_test_helper \
|
||||
$file
|
||||
|
||||
Reference in New Issue
Block a user