This commit is contained in:
Sarah Jamie Lewis 2023-01-31 14:28:26 -08:00
parent dca4d080df
commit 5f578d6768
2 changed files with 2 additions and 1 deletions

View File

@ -73,6 +73,7 @@ steps:
- sudo Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 &
- ./fetch-tor.sh
- export PATH=$PATH:$PWD/linux/Tor
- export LD_LIBRARY_PATH="$PWD/linux/Tor/"
- tor --version
- ./run-tests.sh 01_general

View File

@ -5,7 +5,7 @@ sed "s|featurePaths: REPLACED_BY_SCRIPT|featurePaths: <String>[$paths]|" integra
flutter pub run build_runner clean
flutter pub run build_runner build --delete-conflicting-outputs
LD_LIBRARY_PATH="./linux/"
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:"./linux/"
LD_LIBRARY_PATH=$LD_LIBRARY_PATH LOG_FILE=/home/sarah/PARA/projects/cwtch/cwtch.log CWTCH_HOME=$PWD/integration_test/env/temp/ flutter test -d linux --dart-define TEST_MODE=true integration_test/gherkin_suite_test.dart
#node index2.js
#if [ "$HEADLESS" = "false" ]; then