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
/build*
/test/*
/integration_test/*
# IDE project files
.cache

View file

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