Skip to content

Commit 74a0042

Browse files
committed
-e on import_export as well
1 parent 9bea7ee commit 74a0042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ test_sim_gaia_fast:
170170

171171
test_sim_gaia_import_export: runsim
172172
@echo "Running Gaia import/export simulation. This may take several minutes..."
173-
$(BINDIR)/runsim 25 5 TestGaiaImportExport
173+
$(BINDIR)/runsim -e 25 5 TestGaiaImportExport
174174

175175
test_sim_gaia_simulation_after_import: runsim
176176
@echo "Running Gaia simulation-after-import. This may take several minutes..."

0 commit comments

Comments
 (0)