diff --git a/test/test_scripts_and_data/set_up_and_run_all.sh b/test/test_scripts_and_data/set_up_and_run_all.sh index d17926f..93f1d81 100644 --- a/test/test_scripts_and_data/set_up_and_run_all.sh +++ b/test/test_scripts_and_data/set_up_and_run_all.sh @@ -66,11 +66,9 @@ pipeline-run-matches Sim_LAMMPS_IFF_PCFF_HeinzMishraLinEmami_2015Ver1v5_Fccmetal # DimerContinuityC1__VC_303890932454_005 Slow # Test database commands -pipeline-database dump tmp.bson +pipeline-database dump $HOME/tmp.bson pipeline-database delete -f -pipeline-database restore tmp.bson -pipeline-database export tmp.json +pipeline-database restore $HOME/tmp.bson +pipeline-database export $HOME/tmp.json pipeline-database delete -f -pipeline-database import tmp.json -rm tmp.bson -rm tmp.json \ No newline at end of file +pipeline-database import $HOME/tmp.json \ No newline at end of file