tests: move app-emu in test/others/

Signed-off-by: Andrew Vagin <avagin@virtuozzo.com>
Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
This commit is contained in:
Andrew Vagin 2016-02-27 02:06:57 +03:00 committed by Pavel Emelyanov
parent eb49e69d99
commit f6d9d8d41a
27 changed files with 9 additions and 9 deletions

View file

@ -1,7 +1,7 @@
#!/bin/bash
set -x
source ../../env.sh || exit 1
source ../env.sh || exit 1
echo "== Clean"
make clean

View file

@ -1,6 +1,6 @@
#!/bin/bash
source ../../env.sh || exit 1
source ../env.sh || exit 1
function fail {
echo "$@"

View file

@ -1,6 +1,6 @@
#!/bin/bash
source ../../env.sh || exit 1
source ../env.sh || exit 1
USEPS=0

View file

@ -1,6 +1,6 @@
#!/bin/bash
source ../../env.sh || exit 1
source ../env.sh || exit 1
USEPS=0

View file

@ -1,6 +1,6 @@
#!/bin/bash
source ../../env.sh || exit 1
source ../env.sh || exit 1
USEPS=0

View file

@ -1,6 +1,6 @@
#!/bin/bash
source ../../env.sh || exit 1
source ../env.sh || exit 1
USEPS=0

View file

@ -1,6 +1,6 @@
#!/bin/bash
source ../../env.sh || exit 1
source ../env.sh || exit 1
USEPS=0

View file

@ -1,6 +1,6 @@
#!/bin/bash
source ../../env.sh || exit 1
source ../env.sh || exit 1
USEPS=0

View file

@ -1,6 +1,6 @@
#!/bin/bash
source ../../env.sh || exit 1
source ../env.sh || exit 1
set -x