summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-26 10:33:12 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-26 10:33:12 +0000
commitc00ecb2892f783ed18c2f62772665d86ea66a252 (patch)
treed4f8f0a3e76745c861141e462bd80850187bb88e /tools
parentReleasing progress-linux version 102-3~progress7.99u1. (diff)
downloaddracut-c00ecb2892f783ed18c2f62772665d86ea66a252.tar.xz
dracut-c00ecb2892f783ed18c2f62772665d86ea66a252.zip
Merging upstream version 103.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tools')
-rw-r--r--tools/profile.py1
-rwxr-xr-xtools/test-github.sh1
2 files changed, 0 insertions, 2 deletions
diff --git a/tools/profile.py b/tools/profile.py
index 7f98a13..51af349 100644
--- a/tools/profile.py
+++ b/tools/profile.py
@@ -56,4 +56,3 @@ if __name__ == '__main__':
sorted_x = sorted(e.iteritems(), key=operator.itemgetter(1), reverse=True)
for x in sorted_x:
print x[0], x[1]
-
diff --git a/tools/test-github.sh b/tools/test-github.sh
index 4a8d318..b512c54 100755
--- a/tools/test-github.sh
+++ b/tools/test-github.sh
@@ -30,7 +30,6 @@ else
cd /lib/modules
ls -1 | tail -1
)" \
- DRACUT_NO_XATTR=1 \
TEST_RUN_ID="$RUN_ID" \
${TESTS:+TESTS="$TESTS"} \
-k V=1 \