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
|
target
|
||||||
|
|
||||||
/build*
|
/build*
|
||||||
/test/*
|
/integration_test/*
|
||||||
|
|
||||||
# IDE project files
|
# IDE project files
|
||||||
.cache
|
.cache
|
||||||
|
|
|
@ -53,10 +53,10 @@ then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
mkdir -p test
|
mkdir -p integration_test
|
||||||
cp "$arg_build_dir"/DDNet* test
|
cp "$arg_build_dir"/DDNet* integration_test
|
||||||
|
|
||||||
cd test || exit 1
|
cd integration_test || exit 1
|
||||||
|
|
||||||
function kill_all() {
|
function kill_all() {
|
||||||
if [ "$arg_verbose" == "1" ]
|
if [ "$arg_verbose" == "1" ]
|
||||||
|
|
Loading…
Reference in a new issue