mirror of
https://github.com/rehlds/testdemos.git
synced 2024-12-27 07:05:51 +03:00
e5c562f603
* fix cstrike gamedll for rehlds test * rename test script * Dockerfile: copy chmod too & fix chmod for files * remove unused test.sh --------- Co-authored-by: s1lentq <s1lentsk@yandex.ru>
8 lines
160 B
Bash
Executable File
8 lines
160 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo " - Testing ReGameDLL -"
|
|
rsync -a deps/regamedll/* .
|
|
|
|
demo=cstrike-basic-1 desc="CS: Testing jumping, scenarios, shooting etc" ./runTest.sh
|
|
|