diff options
Diffstat (limited to 'npc/dev/ci_test.txt')
-rw-r--r-- | npc/dev/ci_test.txt | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/npc/dev/ci_test.txt b/npc/dev/ci_test.txt deleted file mode 100644 index 058d25ad5..000000000 --- a/npc/dev/ci_test.txt +++ /dev/null @@ -1,22 +0,0 @@ -//===== Hercules Script ====================================== -//= Script engine self-tests, CI integration -//===== By: ================================================== -//= Haru -//===== Current Version: ===================================== -//= 1.0 -//===== Description: ========================================= -//= This script depends on npc/dev/test.txt, and extends it so -// that it can be called in a CI environment and returns an -// appropriate value upon termination. -//= This script is part of the script_mapquit plugin -// distribution, and requires said plugin to be loaded. -//= Usage: ./map-server --load-plugin script_mapquit --load-script npc/dev/test.txt --load-script npc/dev/ci_test.txt - -- script HerculesSelfTestCI -1,{ - end; - -OnInit: - .@val = callfunc("HerculesSelfTestHelper"); - mapquit(.@val); - end; -} |