Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Kofman committed Jul 11, 2024
1 parent 1880424 commit cfed91e
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions tests/integration_tests_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,17 @@ echo "SC tests scripts"
ls -lh $MARINE/tests/$tests_folder/scripts/


#for t in "only_5_cells_test" "long_read_sc_test"
#
#do
# echo $t
# echo "Removing old files..."
# rm $MARINE/tests/$tests_folder$t/* -r
#
# echo "Running tests..."
# bash $MARINE/tests/$tests_folder/scripts/$t.sh $mypython
#
#done
for t in "only_5_cells_test" "long_read_sc_test"

do
echo $t
echo "Removing old files..."
rm $MARINE/tests/$tests_folder$t/* -r

echo "Running tests..."
bash $MARINE/tests/$tests_folder/scripts/$t.sh $mypython

done


echo "Checking results..."
Expand Down

0 comments on commit cfed91e

Please sign in to comment.