test -> integration_test

This commit is contained in:
Dennis Felsing 2022-05-26 01:34:18 +02:00
parent 68bcd21eff
commit e3116217de
4 changed files with 4 additions and 4 deletions

2
.gitignore vendored
View file

@ -78,7 +78,7 @@ generated
target target
/build* /build*
/test/* /integration_test/*
# IDE project files # IDE project files
.cache .cache

View file

@ -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" ]