Browse Source

Bugfixes in runtest

Yann Weber 7 years ago
parent
commit
3931d286a7
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      runtest

+ 3
- 1
runtest View File

@@ -55,10 +55,12 @@ fi
55 55
 PYTHON='env python3'
56 56
 testdir=$(mktemp -d)
57 57
 rmdir $testdir
58
-./scripts/create_instance.sh test_instance $testdir &>/dev/null
58
+./progs/create_instance test_instance $testdir ./install ./examples/em_file.pickle $(dirname $0)
59 59
 cp -R examples $testdir
60 60
 cp -R tests $testdir
61 61
 cd $testdir
62
+ls -la
63
+pwd
62 64
 rm -R conf.d && mv tests/tests_conf.d conf.d
63 65
 make
64 66
 make refresh_plugins

Loading…
Cancel
Save