Skip to content

Commit 62353f8

Browse files
committed
Bring back message in english
1 parent c7a520c commit 62353f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/etc/pre-push.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ROOT_DIR="$(git rev-parse --show-toplevel)"
1212
echo "Running pre-push script $ROOT_DIR/x test tidy"
1313

1414
cd "$ROOT_DIR"
15-
./x test tidy --set build.locked-deps=true
15+
python x.py test tidy --set build.locked-deps=true
1616
if [ $? -ne 0 ]; then
1717
echo "You may use \`git push --no-verify\` to skip this check."
1818
exit 1

tests/ui/unpretty/staged-api-invalid-path-108697.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
error: couldn't read $DIR/lol: Nie można odnaleźć określonego pliku. (os error 2)
1+
error: couldn't read $DIR/lol: No such file or directory (os error 2)
22
--> $DIR/staged-api-invalid-path-108697.rs:8:1
33
|
44
LL | mod foo;

0 commit comments

Comments
 (0)