From 54a07a54b8071a0a265f6f8139d24f7cc6db6fc5 Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Tue, 22 Nov 2022 11:53:37 +0300 Subject: [PATCH] s/python/python3/ --- test/run-xfstests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/run-xfstests.sh b/test/run-xfstests.sh index 86713361..e9d6e25a 100755 --- a/test/run-xfstests.sh +++ b/test/run-xfstests.sh @@ -34,6 +34,6 @@ cd xfstests sudo apt-get -y install xfslibs-dev uuid-dev libtool-bin \ e2fsprogs automake gcc libuuid1 quota attr make \ libacl1-dev libaio-dev xfsprogs libgdbm-dev gawk fio dbench \ - uuid-runtime python sqlite3 libcap-dev + uuid-runtime python3 sqlite3 libcap-dev make -j8 sudo -E ./check generic/001 generic/005 generic/006 generic/007 generic/011 generic/013 generic/014