From ed602faeaf7861c93182fdfa290ce89d9f8bc498 Mon Sep 17 00:00:00 2001 From: Dorota Czaplejewicz Date: Mon, 16 Dec 2019 17:35:07 +0000 Subject: [PATCH] tools: Move entry.py --- HACKING.md | 2 +- {tests => tools}/entry.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {tests => tools}/entry.py (100%) mode change 100644 => 100755 diff --git a/HACKING.md b/HACKING.md index 14b18bd1..e4cf2a3f 100644 --- a/HACKING.md +++ b/HACKING.md @@ -40,7 +40,7 @@ Most common testing is done in CI. Occasionally, and for each release, do perfor Testing with an application: ``` -python3 tests/entry.py +python3 tools/entry.py ``` Testing visibility: diff --git a/tests/entry.py b/tools/entry.py old mode 100644 new mode 100755 similarity index 100% rename from tests/entry.py rename to tools/entry.py