Skip to content

Commit

Permalink
archive tests moved into core's test folder
Browse files Browse the repository at this point in the history
  • Loading branch information
hmaciasc committed Nov 23, 2023
1 parent 80467d8 commit f64b9fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci_tests/all.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
user = getpass.getuser()

system_test = "/home/{}/ipolDevel/ci_tests/system.py".format(user)
archive_test = "/home/{}/ipolDevel/ipol_demo/modules/core/archive/test.py".format(user)
archive_test = "/home/{}/ipolDevel/ipol_demo/modules/core/tests/test_archive.py".format(
user
)
blobs_test = "/home/{}/ipolDevel/ipol_demo/modules/blobs/test.py".format(user)
demorunner_test = "/home/{}/ipolDevel/ipol_demo/modules/demorunner/test.py".format(user)

Expand Down
File renamed without changes.

0 comments on commit f64b9fc

Please sign in to comment.