mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
test -> integration_test
This commit is contained in:
parent
68bcd21eff
commit
e3116217de
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -78,7 +78,7 @@ generated
|
|||
target
|
||||
|
||||
/build*
|
||||
/test/*
|
||||
/integration_test/*
|
||||
|
||||
# IDE project files
|
||||
.cache
|
||||
|
|
|
@ -53,10 +53,10 @@ then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
mkdir -p test
|
||||
cp "$arg_build_dir"/DDNet* test
|
||||
mkdir -p integration_test
|
||||
cp "$arg_build_dir"/DDNet* integration_test
|
||||
|
||||
cd test || exit 1
|
||||
cd integration_test || exit 1
|
||||
|
||||
function kill_all() {
|
||||
if [ "$arg_verbose" == "1" ]
|
||||
|
|
Loading…
Reference in a new issue