Purge command should take multiple simulations as arguments

Issue #485 resolved
Ian Hinder created an issue

The purge command currently only purges the first simulation given to it on the command line. It does not complain about any additional arguments, but neither does it attempt to purge them as simulations.

Keyword:

Comments (2)

  1. Roland Haas

    Looking at the code in git hash a6abaf90 "purge command" of simfactory2 (Mon Sep 13 15:36:37 2010) it always purged multiple simulations given on the command line. The issue seems to be that it does not purge the last one. Fixed in git hash 6ca47cc "sim-manage: fix bug not purging last simulation name passed" of simfactory2.

  2. Log in to comment