Skip to content

Commit a0d8d07

Browse files
committed
moved test scripts to test folder
1 parent ef8f164 commit a0d8d07

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,4 @@ test_posix:
8585
pytest $(T)
8686

8787
test_stress:
88-
./fsx
88+
tests/scripts/fsx

fsx renamed to tests/scripts/fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Filesystem monitoring with Fuse and Python
55
# https://github.com/pleiszenburg/loggedfs-python
66
#
7-
# fsx: Development script for running fsx-linux
7+
# tests/scripts/fsx: Development script for running fsx-linux
88
#
99
# Copyright (C) 2017-2018 Sebastian M. Ernst <[email protected]>
1010
#

fsx_analyze.py renamed to tests/scripts/fsx_analyze.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Filesystem monitoring with Fuse and Python
88
https://github.com/pleiszenburg/loggedfs-python
99
10-
fsx_analyze.py: Merge the output of fsx-linux and LoggedFS and display result
10+
tests/scripts/fsx_analyze.py: Merge the output of fsx-linux and LoggedFS, then display result
1111
1212
Copyright (C) 2017-2018 Sebastian M. Ernst <[email protected]>
1313

0 commit comments

Comments
 (0)