Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
forsyth2 committed Aug 29, 2022
1 parent 0c6705b commit 599134a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Empty file.
8 changes: 8 additions & 0 deletions tests/integration/template_directions.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,16 @@ python -u -m unittest tests/integration/test_bundles.py

```
cd <top level of zppy repo>
chmod u+x tests/integration/generated/update_campaign_expected_files_#expand machine#.sh
./tests/integration/generated/update_campaign_expected_files_#expand machine#.sh
```
This command also runs the test again.
If the test fails on `test_campaign_high_res_v1`, try running the lines of the loop manually:
```
rm -rf #expand expected_dir#test_campaign_high_res_v1_expected_files
mkdir -p #expand expected_dir#test_campaign_high_res_v1_expected_files
mv test_campaign_high_res_v1_output/post/scripts/*.settings #expand expected_dir#test_campaign_high_res_v1_expected_files
```

### test_complete_run

Expand Down

0 comments on commit 599134a

Please sign in to comment.